jbpelletier
Programmer
What can cause that :
Error Message Showing "Error Creating cursor handler"
when trying to activate (active = true) my Tquery
(Query1).
My SQL statement is
UPDATE TbKeys SET qte = qte -1
WHERE qte >0
and correctlty working if i execute it passing by Access
.. All others Query (Select, Insert) are working and if
i replace the sql statement of a working query by my
update query, it dont work and give me the create cursor
error again.
jb
Error Message Showing "Error Creating cursor handler"
when trying to activate (active = true) my Tquery
(Query1).
My SQL statement is
UPDATE TbKeys SET qte = qte -1
WHERE qte >0
and correctlty working if i execute it passing by Access
.. All others Query (Select, Insert) are working and if
i replace the sql statement of a working query by my
update query, it dont work and give me the create cursor
error again.
jb