Board index » delphi » SQL problem (error creating cursor handle)

SQL problem (error creating cursor handle)

Using the object inspector--When trying to make Query.Active = true I get
the error "error creating cursor handle"  The SQL code is

insert into phonelst
(chartno, number, place, relation)
VALUES (:1, :2, :3, :4);

???
Thanks,
David

 

Re:SQL problem (error creating cursor handle)


Never mind.  I found the answer above (must use ExecSQL and cannot set
Query.Active=true using the object inspector)

Quote
"David Pate" <dnp...@mobis.com> wrote in message

news:951rmt$smq1@bornews.inprise.com...
Quote
> Using the object inspector--When trying to make Query.Active = true I get
> the error "error creating cursor handle"  The SQL code is

> insert into phonelst
> (chartno, number, place, relation)
> VALUES (:1, :2, :3, :4);

> ???
> Thanks,
> David

Other Threads