Search found 2 matches

by mvdhoning
02.09.2007, 15:48
Forum: SQLite
Topic: possible memory leaks
Replies: 11
Views: 3320

possible memory leaks

Currently i am using zeoslib with an sqlite database and instant objects. When searching for memoryleaks in my application using fastmm i also saw some memory leaks comming from zeoslib dealing with the sqlite database connections.

Is this known already, or else where should i repport this and how?
by mvdhoning
02.09.2007, 15:45
Forum: SQLite
Topic: Howto create a new sqlite database?
Replies: 1
Views: 1597

Howto create a new sqlite database?

How do i create a new sqlite database at runtime? E.g. from my application. Making new databases sqlite adminstrator works like a charm. But i rather create a new database from my application.

What commands do i call or properties do i set.


Thank for your answers in advance.