|
-
March 16th, 2001, 05:33 AM
#1
Error on deleting
Hi,
I open the database with standart DataEnvironment with lock type optimistic.
In my program I want to delete on records with:
DataEnvironment1.rsCommand1.Delete adAffectCurrent
and got these error:
Insufficient base table information for updating or refreshing
What setting is wrong !!!
By the way I use an oracle db with odbc.
regards
Stephan
-
March 16th, 2001, 07:25 AM
#2
Re: Error on deleting
It many cases the Oracle OLEDB driver does not provide sufficient metadata with the recordset to allow a delete. Try including the primary key of the table in your select query, this will ususally fix the problem, even though you may not need it. Also try setting your CursorLocation to the server.
Yahoo Messenger ID dfWade10900
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|