Click to See Complete Forum and Search --> : ADO raw_Execute fails


joecre
October 30th, 2006, 01:00 PM
Hi everybody, I've a select on my DB based on a view, when I try to retrieve data using this select statement I've noticed a raw_Execute first chance exception on my ADO wrapper, calling raw_Exceute method. The returned recordset contains field descriptions but when I test ADOEOF property it seems to be an empty recordeset. If I try to excecute the same query from query analyzer I read data without any problem.
Can someone help me to find a possible solution?
Thank you in advance