QryMethod does not work (OpenInsight 32-bit Specific)
At 07 JUL 2003 09:51:41PM Young Tjoa wrote:
I have been using QryMethod to retrieve information from SQL server and it has been working fine. But inserts, updates, and delete commands don't seem to have any effect on the actual SQL back end.
I have alos used
bok=XOMethod (hXO, XO_COMMITTRAN$)
bok=XOMethod (hXO, XO_DESTROY$)
It still does not work? Is there anyone can help me out!
thanks in advance
At 08 JUL 2003 02:16PM Bob Carten wrote:
It sounds like you need follow your update command with a DS_COMMIT$ method (see ds_equates )
Bob