You are not logged in.
Pages: 1
Hi,
i'm trying to create a tSQLTableJson to view rows in a tSQLTableToGrid.
fTableJSON := fClient.ExecuteList([fTable], 'select * from eb_currencies');
fTable is the table EB_CURRENCIES of the model.
fClient is a tSQLHTTPClient.
The table is external and has 8 fields the first of them is ID , added by the framework.
FTableJSON return only 7 fields , all except ID.
I've debugged the server side and , after call to sqlite3.prepare_v2 with 'select * from eb_currencies', the line
fFieldCount := sqlite3.column_count(fRequest);
returns 7 in ffieldcount and, obviuosly, the table returns all fields except ID.
May someone help me ?
Thanks.
Offline
te gà rasùn : in milanese means that you are right.
I've recreated the tables to send you not all the project, and now works well.
But table definition in old db is the same : may be i have changed something in property definition of other tables of the model ?
Offline
Pages: 1