i am having this problem while accessing dbf tables. I create the server and in the list i can see all the tables. If i open one table i can see al the fields, and i can see also data registared in this table. In my form i try to create a foundset on on the table
var fs = databaseManager.getFoundSet(‘test’,‘mytable’)
but fs.getsize() return always 0 while in the tables are registered many records…
I have signed in the table one primary key (row_ident) and i repeat in the edit/view window of servoy i can see data.
Someone can help me ?
I have already done thie operation some time ago and i read records without problem. Now i don’t know what has changed…