[Lazarus] SQLDB - Can't attach second SQLite database because transaction

Michael Van Canneyt michael at freepascal.org
Mon Jan 7 16:01:23 CET 2013



On Mon, 7 Jan 2013, Krzysztof wrote:

> 
> 
> 
> 2013/1/7 Michael Van Canneyt <michael at freepascal.org>
> 
> Maybe we should make a method for this in TSQLite3Connection ?
> 
> 
> It would be great. Because without this we can't use all opportunities of SQLite, like attaching databases or also VACUUM (trim and pack database)

I meant a method 
Procedure AttachDatabase(Const AFileName, AnAlias : String);
?

Other methods can also be added, of course.

Michael.




More information about the Lazarus mailing list