Bookmark error when filtering Access table
- From: "Joe Pettit" <joep@xxxxxxxxx>
- Date: Thu, 18 Aug 2005 12:55:53 -0400
I have a Delphi 5 application that uses ADO and access tables.
I have a client that is getting the error "Not a valid Bookmark" when I try
and perform a filter on the table. I am not using any bookmark, not
intentionally anyway. This error does not occur evertime, and I can not
seem to narrow down any unique circumstances when it does occur.
I am using :
TADODATASET
cursorlocation : cluseclient
cursortype : ctkeyset
I set :
commandtext = select * from tablename where fld1="blablabla" and fld2 =
"xxxxxxxx"
commandtype = cmdtext
Then I call :
adodataset.open
Again this error does not happen all the time.
Any help would be greatly appreciated!
Thanks, Joe
.
- Follow-Ups:
- Re: Bookmark error when filtering Access table
- From: Brian Bushay TeamB
- Re: Bookmark error when filtering Access table
- Prev by Date: Retrieve SQL Command from a Stored Proc
- Next by Date: Incompatible types Integer and TDAteTime
- Previous by thread: Retrieve SQL Command from a Stored Proc
- Next by thread: Re: Bookmark error when filtering Access table
- Index(es):
Relevant Pages
|