R
Ralf
I have an oracle data adapter built. I did it thru vb.net controls.
The query used access' multiple tables, so the delete and update
commands will not get built. This has not been a problem in the past,
I just go in the adapter properties and create the command there. So,
when I use it in code, I can chage the commandtext to what I need to
delete. Well, now I am trying that with another adapter and it keeps
disappearing. After compile, it is still there. But, after starting
the app in DEBUG, it is gone right away. What seems to be the problem
with it?
The query used access' multiple tables, so the delete and update
commands will not get built. This has not been a problem in the past,
I just go in the adapter properties and create the command there. So,
when I use it in code, I can chage the commandtext to what I need to
delete. Well, now I am trying that with another adapter and it keeps
disappearing. After compile, it is still there. But, after starting
the app in DEBUG, it is gone right away. What seems to be the problem
with it?