jpadilla
26th September 2002, 18:01
I'm obtaining data from baan throgh informix ODBC , I have a query that read data from the tfgld410 table, but it's giving me the next error

Error number 0 received from the sqlexec process

Does anybody know how to avoid it??

Regards

JP

lbencic
26th September 2002, 22:39
I'm sorry, I don't know much about the Informix Error (what's to know about Error 0, eh??)

I do know the tfgld410 table is HUGE. Does your query structure work for other tables and/or result sets that are smaller? Maybe it's the large amount of records being searched or being returned that is causing the problem.

Good luck