|
-
February 4th, 2000, 03:36 PM
#1
Using recordset option dboptimistic
Hello all-
I am probably overlooking something very simple, but here's my problem...
I am linking tables from Ingres using a DSN which is set for locking at the page level. When I open a recordset with:
set rec = currentdb.openrecordset("tablename", dbopendynaset, dboptimistic)
I get the message ODBC--Can't lock all records.
I also tried:
set rec = currentdb.openrecordset("tablename", dbopendynaset, , dboptimistic).
which resulted in a syntax error
What am I doing wrong?
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
|