Problem with inserting
Posted: Tue 19 Aug 2008 10:19
Hello Forum,
is there any know issue about problems with inserting new datasets into a table using query.insert?
I have the following prob:
When using the query.insert method, the following statement is send to the db-server:
"SELECT N FROM Dual;"
This is not correct and results (obviuosly) in an error.
Unfortunately, i am not able to send a small example, because this only happens in our relative large app.
There is only one hint i can give:
We just switched from BDS 2006 to RAD 2007. There was no problem under BDS 2006. Ok, we also changed the ODAC Version to ODAC 6.50.0.36
I try to debug it in our app - and your source code - and reply to this topic when there is any more information...
But if you already know about this problem, please reply here.
Regards
Markus
is there any know issue about problems with inserting new datasets into a table using query.insert?
I have the following prob:
When using the query.insert method, the following statement is send to the db-server:
"SELECT N FROM Dual;"
This is not correct and results (obviuosly) in an error.
Unfortunately, i am not able to send a small example, because this only happens in our relative large app.
There is only one hint i can give:
We just switched from BDS 2006 to RAD 2007. There was no problem under BDS 2006. Ok, we also changed the ODAC Version to ODAC 6.50.0.36
I try to debug it in our app - and your source code - and reply to this topic when there is any more information...
But if you already know about this problem, please reply here.
Regards
Markus