yeh, a simple response, i love this
thanks
David
Search found 9 matches
- 17.09.2008, 21:51
- Forum: SQLite
- Topic: How to find all table name in my database ?
- Replies: 3
- Views: 1112
- 17.09.2008, 20:16
- Forum: SQLite
- Topic: How to find all table name in my database ?
- Replies: 3
- Views: 1112
How to find all table name in my database ?
Hello, In start of my app i want find all table name in my database, i use this code but i can't use the result : sql_query.SQL.Clear; sql_query.sql.Add('SELECT name, sql FROM sqlite_master WHERE type=''table'' ORDER BY name;'); sql_query.ExecSQL; ShowMessage('Name = ' + sql_query.Fields.Fields[0].T...
- 03.09.2008, 15:45
- Forum: 6.6 - stable
- Topic: [RESOLVED] Error : SQL Error : library routine called out .
- Replies: 14
- Views: 4687
- 03.09.2008, 09:08
- Forum: 6.6 - stable
- Topic: [RESOLVED] Error : SQL Error : library routine called out .
- Replies: 14
- Views: 4687
- 02.09.2008, 22:49
- Forum: 6.6 - stable
- Topic: [RESOLVED] Error : SQL Error : library routine called out .
- Replies: 14
- Views: 4687
- 01.09.2008, 22:29
- Forum: 6.6 - stable
- Topic: [RESOLVED] Error : SQL Error : library routine called out .
- Replies: 14
- Views: 4687
- 31.08.2008, 21:21
- Forum: 6.6 - stable
- Topic: [RESOLVED] Error : SQL Error : library routine called out .
- Replies: 14
- Views: 4687
- 29.08.2008, 17:42
- Forum: 6.6 - stable
- Topic: [RESOLVED] Error : SQL Error : library routine called out .
- Replies: 14
- Views: 4687
- 29.08.2008, 09:12
- Forum: 6.6 - stable
- Topic: [RESOLVED] Error : SQL Error : library routine called out .
- Replies: 14
- Views: 4687
[RESOLVED] Error : SQL Error : library routine called out .
Hello, i have this error in loading, but this error comming before the oncreate of my first form. i have verifed my path to the database it's correct. i use the last stable realses (6.6.3) and i dev into lazarus/freepascal in ubuntu 8.04. I have only this error in another computer that haven't insta...