Adding the line didnt seem to make any diff -
this is the ordering of my code if thats any help

     SqlT       := TSqlT.Create(NIL);
     SqlQ       := TSqlQ.Create(NIL);

     DbConn[DatabaseOffset].SqlD.Transaction := SqlT;
     SqlT.StartTransaction;

     SqlQ.Database := DbConn[DatabaseOffset].SqlD;
     SqlQ.ParseSQL := FALSE;
     SqlQ.SQL.Text := QueryStr;

Joost van der Sluis wrote:

Could you try it again with ParseSQL := False?

If that works it's still a bug, but then I know where to look at it.


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to