You are not logged in.
Pages: 1
I tried open dbdemos.db3 sample database from SQLite Expert Personal. Database was opened successfully, there are 21 tables, one (last) table fail to read because using unicode as a name (synDB explorer using string as table name).
Export 2 tables below also failed:
biolife : 'duplicate column name:Species'
custoly: 'near "/": syntax error
Offline
I just opened the DB with SynDBExplorer compiled with Delphi XE3.
With the latest version from http://synopse.info/fossil/wiki?name=Get+the+source
No problem with the unicode names.
Of course, the GUI part of SynDBExplorer may have problems when compiled with pre-Unicode version of Delphi.
But this is not due to the SynDB*.pas layer, which is perfectly Unicode ready (UTF-8).
It is due to the VCL itself.
Offline
Oh great..
How about error in export the two tables ?
Offline
"Tables Export" button
Offline
Pages: 1