ADO Error accessing Sybase Adaptive Server Anywhere 0 after installing 9.0.1.1862 patch
From: Kevin Davidson (kevin_at_qsinc.com)
Date: 07/02/04
- Next message: Bill Youngman: "Getting list of sql servers/databases on LAN programmatically"
- Previous message: Jiho Han: "SET NO_BROWSETABLE ON / SELECT ... FOR BROWSE question"
- Next in thread: Val Mazur: "Re: ADO Error accessing Sybase Adaptive Server Anywhere 0 after installing 9.0.1.1862 patch"
- Reply: Val Mazur: "Re: ADO Error accessing Sybase Adaptive Server Anywhere 0 after installing 9.0.1.1862 patch"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 02 Jul 2004 12:01:57 -0400
I'm writing a simple application to read some data from a Sybase
database someone sent me. I was progressing pretty well until I
installed the patch upgrading it to 9.0.1.1862. After that I started to
get this "Invalid Cursor State" error.
I am using Microsoft ADO to access the database through the "Sybase
Adaptive Server Anywhere Provider 9.0" OLEDB provider. The code is in
Borland's Delphi 7.
The failing statement is the second Open of the dataset--the code goes:
Close, Open, Close, Open (fail). The SQL is just a "select * from table
where a = :a and b = :b".
I could really use a hint on this one as I don't usually work with Sybase.
Thanks,
Kevin Davidson
- Next message: Bill Youngman: "Getting list of sql servers/databases on LAN programmatically"
- Previous message: Jiho Han: "SET NO_BROWSETABLE ON / SELECT ... FOR BROWSE question"
- Next in thread: Val Mazur: "Re: ADO Error accessing Sybase Adaptive Server Anywhere 0 after installing 9.0.1.1862 patch"
- Reply: Val Mazur: "Re: ADO Error accessing Sybase Adaptive Server Anywhere 0 after installing 9.0.1.1862 patch"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|