If KeepConnection is false, shouldn't the connection close automatically when
all querys are closed?
Conn.KeepConnection:=False;
Query.Close;
//Test connection:
if Conn.Connected then
MessageDlg('Bug?', 'Query closed, but connection still open!',
mtInformation, [mbOK], 0);
Maybe I'm missing something, but it doesn't seem to happen. I used a
TSQLite3Connection.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus