Board index » delphi » !Error cursor handle from TQuery

!Error cursor handle from TQuery

I'm use TQuery component in delphi 4.0 with MS SQL Server 6.5 . I have a
problem!
I'm insert query statemented and delphi show error message is "Error
cursor handle" Why?....

thank you.

 

Re:!Error cursor handle from TQuery


Hi,
  As far as I remember some operation such as Insert can be
   performed only at runtime and not in design time.

Eyal.

Re:!Error cursor handle from TQuery


Quote
>I'm use TQuery component in delphi 4.0 with MS SQL Server 6.5 . I have a
>problem!
>I'm insert query statemented and delphi show error message is "Error
>cursor handle" Why?....

SQL that does not return an answer set requires you to use ExecSQL

--
Brian Bushay (TeamB)
Bbus...@DataGuidance.com

Other Threads