Topic: Error message appeared at kexi type DB file.

At loading Kexi DB file created by CreateDatabase,

it showed waring message.

   { Storage Version }
   if StorageInfoStrings.Count = 2
      then FStorageVersion := StorageInfoStrings[1];

   if FStorageVersion <> SqlitePassStorageVersion       // FStorageVersion is ''(blank string) at kexi db file.
      then Abort;

Re: Error message appeared at kexi type DB file.

Hello Parcel,

I know there are some issues with the TSqlitePassDatabaseDataTypeOptions.LoadFromDatabase procedure but
I just created a new database using Kexi and opened it with delphi. The warning was not fired.

As a quick fix, select the Database.DatatypeOptions.LoadOptions to false or set soManual to True.

Could you send your Db by mail. Il will have a look.

Thanks.

Luc

Re: Error message appeared at kexi type DB file.

It is DB File.

http://www.mediafire.com/?mhn0ijojdww

Re: Error message appeared at kexi type DB file.

Thanks

I received the Db and will have a look.

I keep you informed.

Luc

Re: Error message appeared at kexi type DB file.

I tried the "buggy Db" with no warning. Could you tell me if you still get an error ?

Re: Error message appeared at kexi type DB file.

It's my mistake.

Clear Database Name(property 'DataBase') and assgined at runtime, it works fine.

Thank you, luckylazarus.