This is enabled in SQLite provider but I was not able to figure out why.
Unfortunately the documentation of Visual Studio SDK is pure.
I thought it was something in MySqlDataObjectSupport.xml but again I could
not gigure it out.
Thanks anyway Robert.
Michael
Hi Robert,
I found thread in your forum where you indicate that you were able to solve
the problem with the "refresh the data table option" in SQLite data
provider.
I'm trying to provide this functionality in MySql .Net data provider with no
luck.
I would really aprecieate any help.
You original post:
http://sqlite.phxsoftware.com/forums/637/ShowPost.aspx
Thanks
Micahel
> This is enabled in SQLite provider but I was not able to figure out why.
> Unfortunately the documentation of Visual Studio SDK is pure.
[quoted text clipped - 49 lines]
>>>>>>
>>>>>> -K
Robert Simpson - 25 Sep 2006 17:35 GMT
I replied in e-mail but will repost here just in case anyone else is
wondering ...
Essentially that feature is hard-coded in VS2005 around the MS providers.
It is possible to get the checkbox to un-grey, but that's pretty much all
you can contribute to the wizard. The code generation process that
implements that option has no hooks to allow you to implement the feature in
your provider.
My suggestion on the issue from back in March:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID
=123835
Robert
> Hi Robert,
>
[quoted text clipped - 67 lines]
>>>>>>>
>>>>>>> -K