You are not logged in.
I can not see the list of tables in a Database generated with mMormot Framework.
Thanks corchi
Offline
I compiled with Delphi XE2 update 4
Synopse framework 1.18
SQLite3 engine 3.7.15.2
Last edited by corchi72 (2013-02-15 14:24:47)
Offline
The path to the *. Sqlite is correct, but I can not do any query, I left the server name white,and I filled in all the other fields, Admin, synopse.
I have noticed that I only sqliteadmin using the system table sqlite_sequence and I do not see sqlite_master, while if I use pro sqlite2009 see both the system tables.
What do you think?
Offline
I've just tried it and it works for some tables but not for others in XE2. The AuthGroup table shows fine but Users table gives this exception:
Project Project16Client.exe raised exception class EInterfaceFaceFactoryException with message 'Invalid fake IRemoteSQL.Execute interface call:'.
Offline
Issue should be fixed by http://synopse.info/fossil/info/e40d9d5a49
I've tested it with Delphi 7 and XE2, and works as expected.
@corchi: to use SQLite3 engine, follow the TSQLDBSQLite3Properties.Create pattern, i.e. put the DB file name as server name, and leave other fields blank.
Offline
ok, I just tested the fix and it works fine!!
thanks
Offline