You are not logged in.
Pages: 1
How do I define table as External?
Hi.
Return for some help again.
My view name (on MSSQL SERVER) is Clientes.
My class name on APP is defined as TClientes.
When I query from client to server the error above is logged.
The app ignores the view. Any ideas?
20170118 12452356 B EXC ESQLite3Exception {"ErrorCode":1,"SQLite3ErrorCode":"secERROR","Message":"Error SQLITE_ERROR (1) [SELECT codigo, nome, loja FROM Clientes] using 3.15.0 - no such table: Clientes, extended_errcode=1"} at 0063D4FE stack trace API 005634BC 005634E4 0040ACF4
Good afternoon.
I have a question, in the mORMot framework can I use database view's instead of database table's for select my data?
If yes how I can do it?
Thank's a lot.
Pages: 1