Search found 5 matches

by Wolfman
03.09.2007, 20:09
Forum: SQLite
Topic: Howto create a new sqlite database?
Replies: 1
Views: 1597

set a database filename and connect. the file ist created automaticaly. the only thing you have to do is to run some sql statements to create tables, but this is a normal process.
by Wolfman
17.07.2007, 18:41
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BCB6 Zeos 6.6.1 memory leak?
Replies: 1
Views: 881

i searched and found memproof, freeware, to test memory leaks. its an old tool, but it shows the same leaks.
by Wolfman
17.07.2007, 11:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BCB6 Zeos 6.6.1 memory leak?
Replies: 1
Views: 881

BCB6 Zeos 6.6.1 memory leak?

hi, i am using zeos with bcb6 and a sqlite db. i am searching for memory leaks with codeguard shipped with bcb6. its not the best for it, but it is already here. however, codeguard reports many leaks by zeos in the following code lines. these two lines are reported many many times. don't know if the...
by Wolfman
26.06.2007, 14:36
Forum: SQLite
Topic: how to vacuum?
Replies: 1
Views: 1730

how to vacuum?

hi, i want to vacuum my sqlite database. i know there is a statement VACUUM for it. but if i exec this statement i get an error, because i use transaction connection. how can i solve this problem to vacuum my database? do i have to close the conn, set no transaction, reopen, vacuum, close conn, set ...
by Wolfman
26.06.2007, 14:33
Forum: SQLite
Topic: memo type wrong interpreted
Replies: 0
Views: 1352

memo type wrong interpreted

hi, i have tables with a memo field. if i use a select in a zquery to get the content zeos makes a stringfield and this is only 255 char in size. but the field has more than 255 char. so how can i get the rest of the field? the query is generated dynamicaly and i have no fields added. i access the f...