Hi Jan
Problem solved. I dropped the table and recreated without the collation.
As these are small tables and i have not noticed a speed drop when connecting with the mormot server.
Thanks very much
Search found 9 matches
- 13.09.2018, 21:59
- Forum: ZeosLib 7.2 Forum
- Topic: Delete with conditon problem
- Replies: 6
- Views: 1455
- 13.09.2018, 20:52
- Forum: ZeosLib 7.2 Forum
- Topic: Delete with conditon problem
- Replies: 6
- Views: 1455
Re: Delete with conditon problem
Thanks Jan I use the zeos component in a tiny app that updates data daily from a variety of XLS spreadsheets. The app was previously connected to a firebird database and i am changing it to SQLite. The irony is that the error only occurs with a delete with condition. The full delete works and the in...
- 12.09.2018, 23:54
- Forum: ZeosLib 7.2 Forum
- Topic: Delete with conditon problem
- Replies: 6
- Views: 1455
Re: Delete with conditon problem
Hi marsupilami
The extended error message is
SQL Error: Error: SQL logic error or missing database
Message: no such collation sequence: SYSTEMNOCASE.
The table was generated by a Mormot server with this Collation. Is there a way to add support for this collation
Thanks
The extended error message is
SQL Error: Error: SQL logic error or missing database
Message: no such collation sequence: SYSTEMNOCASE.
The table was generated by a Mormot server with this Collation. Is there a way to add support for this collation
Thanks
- 12.09.2018, 19:54
- Forum: ZeosLib 7.2 Forum
- Topic: Delete with conditon problem
- Replies: 6
- Views: 1455
Re: Delete with conditon problem
Hi marsupilami
Thanks for that. Yes its SQLite. Ill upgrade and see what happens. Much appreciated.
Thanks for that. Yes its SQLite. Ill upgrade and see what happens. Much appreciated.
- 10.09.2018, 22:28
- Forum: ZeosLib 7.2 Forum
- Topic: Delete with conditon problem
- Replies: 6
- Views: 1455
Delete with conditon problem
Hi All Im using 7.2.4-stable with Delphi Berlin starter 10.1 Code: DM.ZConnection1.Connected := true; DM.InfoSQL.SQL.Clear; DM.InfoSQL.SQL.Add('DELETE FROM aInfo WHERE SUPPLIER_NAME = ''Lovato'''); DM.InfoSQL.ExecSQL; // DM.InfoSQL.Active := true; If i leave out the WHERE condition the delete works ...
- 28.05.2018, 03:37
- Forum: ADO
- Topic: Strange error
- Replies: 3
- Views: 4706
Re: Strange error
Hi Egon Through a Delphi client talking to mormot HTTP Rest Server, ServiceFactoryServer and common Interface. Iv also run direct from a delphi client with SQLMonitor. I dont see any error but the delay is the same. Results below: The result is returned after 30 seconds with below fro SQLMonitor. Wh...
- 15.05.2018, 21:04
- Forum: ADO
- Topic: Strange error
- Replies: 3
- Views: 4706
Strange error
Hi All I have a situation i don't understand. I hope someone can throw some light on. The code below query's an OLEDB provider for a small, little known business database. After initiating the query from inside a mormot SOA server, there is about a 10 second delay. The server log throws an error, &q...
- 08.02.2018, 20:40
- Forum: ODBC
- Topic: ODBC error with TZConnection
- Replies: 2
- Views: 5274
Re: ODBC error with TZConnection
Hi marsupilami, thanks for the reply i am using it in a mormot soa server as the database only has an odbc connection for it that i could not find a odbc driver for it in mormot (perhaps i should add there is probably away but yours was easier). I found that your component connected and retrieved th...
- 05.02.2018, 00:30
- Forum: ODBC
- Topic: ODBC error with TZConnection
- Replies: 2
- Views: 5274
ODBC error with TZConnection
Hi Newbie first question posting again Hi All Any help will be appreciated Im running a SOA server which functions perfectly with authentication and a SQLite database. I needed to extract data from a propitiatory database. initial tests where positive. However when I extract many records I get an ou...