Guest_imported
New member
- Jan 1, 1970
- 0
hi, i'm using interbase 6.01 and i got a problem. I use the sdk provided in the package to interface my app with the db, if i open a table of 2 fields (char10 and int) i can fetch the data, if i try to open a table with 5 fields (char and int) the isc_dsql_fetch fails with 335544569 (isc_dsql_error). As for the table with 2 fields, i alloc 5 xsqlda and use the same statement used before (select * from _table_) setting the correct table name, but the function always fails. How can i solve the problem? If it works for a table of 2 fields, why it doesnt work for a table of 5 fields?
Thanx
GoodBye
AndreaG
Thanx
GoodBye
AndreaG