OleDBAdapter queries showing on form (VS 2003) -
08-04-2003
, 04:47 PM
Hi,
I have the following problem:
I wrote an ASP.NET page using a OleDBDataAdapters, the wizard created the
Select, insert, Update and delete OleDbCommands
automatically. Everything OK: the created insert. update, select and delete
commands (created by VS for the OleDbCommand)
were not shown on the form in Visual Studio.Net .
However, when I opened the project this morning it seems that Visual Studio
has decided to also put these OleCommands at the
form, creating a mess.
What is causing this ? Is this a bug ? If so, what should modified (manually
?) in the code to have it fixed ?
I also noticed this behavior before in Vs 2002
Thanks,
Wim |