 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Bill Todd (TeamB) Guest
|
Posted: Wed May 12, 2004 1:26 pm Post subject: Re: Mistake by creating cursor handle |
|
|
"Error creating cursor handle" normally means that you used the Open
command to execute a SQL statement that does not return a result set.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
Didi Guest
|
Posted: Wed May 12, 2004 10:22 pm Post subject: Mistake by creating cursor handle |
|
|
Hi all,
I'm writing an application under Delphi 2 with a MySQL Server. Connection
from the application to database is correct and the opening of tables by
sending the Open command with SQL works, but when I want to UPDATE the
table, Delphi generates an EDatabaseError 'Mistake by creating cursor
handle' . With the OPEN command the table is in the state dsbrowse. The
UPDATE command I send with ExcecSQL, after this the table is in state
dsinactive. If I want to set the state manually with
table.state.active:=true the table don't react.
Thanks for help
Didi
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|