Thanks !!
but you can always override the default setting :
Fill in the database property
set connected to false
set MyDb.DatabaseType := dbtSqliteExpert
set connected to true
I did that without success. Nevermind, I guess i did something wrong ... I'll leave extension as it is for now, no big deal.
I've discovered another thing, which I can't resolve.
I use 'locate' function to find a record with exact key value. But, if key value starts with a number, record is not found (key type is char(32)), if it starts with a letter it is normally found.
Is there something i am doing wrong ? I saw from sources that locate is using filters. Is there a function to find a record using index like FindKey in TTable ?
edit:
I will send you my database in the evening !
Thanks again
Zabukowski