Search found 9 matches

by dav999
17.09.2008, 21:51
Forum: SQLite
Topic: How to find all table name in my database ?
Replies: 3
Views: 1061

yeh, a simple response, i love this :)

thanks
David
by dav999
17.09.2008, 20:16
Forum: SQLite
Topic: How to find all table name in my database ?
Replies: 3
Views: 1061

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...
by dav999
03.09.2008, 15:45
Forum: 6.6 - stable
Topic: [RESOLVED] Error : SQL Error : library routine called out .
Replies: 14
Views: 4531

Ok the problem is resolved a great thanks to mark

in design time a have fill the database path, and this make the error (the database it's not found in another pc and the error come before the real starting to my app)

Bye
David
by dav999
03.09.2008, 09:08
Forum: 6.6 - stable
Topic: [RESOLVED] Error : SQL Error : library routine called out .
Replies: 14
Views: 4531

i work only in linux (ubuntu 8.04) and i use the lastest library (3.6.2) and i rename to libsqlite.so in /usr/lib/

i have tested my app in another pc with unbuntu 7.10 and 8.04 and mandriva 2008

thx
by dav999
02.09.2008, 22:49
Forum: 6.6 - stable
Topic: [RESOLVED] Error : SQL Error : library routine called out .
Replies: 14
Views: 4531

yes lazarus compiling without error now for sql error the problem in the computer i compiled my app i haven't any error, this error appears only in another computer, i can't see but i trace my app with this code in form_create : ("log" is declared textfile in public variables) procedure Tf...
by dav999
01.09.2008, 22:29
Forum: 6.6 - stable
Topic: [RESOLVED] Error : SQL Error : library routine called out .
Replies: 14
Views: 4531

i have check this code, recompiling and reinstall compo but it's resolve not my problem :(
by dav999
31.08.2008, 21:21
Forum: 6.6 - stable
Topic: [RESOLVED] Error : SQL Error : library routine called out .
Replies: 14
Views: 4531

i give an complement information : in unit ZIBEventAlerter i have this error when i try compiling zeoslib 6.6.3 : .../Zeoslib/ZEOSDBO-6.6.3-stable/src/component/ZIBEventAlerter.pas(116,23) Error: Duplicate identifier "INFINITE" const IB_MAX_EVENT_BLOCK = 15; // maximum events handled per b...
by dav999
29.08.2008, 17:42
Forum: 6.6 - stable
Topic: [RESOLVED] Error : SQL Error : library routine called out .
Replies: 14
Views: 4531

Oh excuse me : sqlite3 and i have correctly rename the libsqlite.so in /usr/lib/
by dav999
29.08.2008, 09:12
Forum: 6.6 - stable
Topic: [RESOLVED] Error : SQL Error : library routine called out .
Replies: 14
Views: 4531

[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...