Search found 5 matches
- 03.09.2007, 20:09
- Forum: SQLite
- Topic: Howto create a new sqlite database?
- Replies: 1
- Views: 1605
- 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: 888
- 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: 888
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...
- 26.06.2007, 14:36
- Forum: SQLite
- Topic: how to vacuum?
- Replies: 1
- Views: 1734
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 ...
- 26.06.2007, 14:33
- Forum: SQLite
- Topic: memo type wrong interpreted
- Replies: 0
- Views: 1355
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...