2014-03-14 8:20 GMT-03:00 Petr Hlozek <[email protected]>: > Hi, > > I use TMySQL55Connection, TSQLTransaction and TSQLQuery. I always get > Transaction is NOT active. > > here is the code: > > procedure TForm1.Button1Click(Sender: TObject); > var > db : TMySQL55Connection;
Are you declared the mysql55conn unit on uses clause? -- Silvio Clécio My public projects - github.com/silvioprog
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
