From: le r. a. <ar...@me...> - 2006-05-29 08:15:51
|
i do some search and the isclosed property of sqldatareader is set to true after a databind only if the commandbehavior is set to closeconnection ! So i put a breakpoint in the fbdatareader close method and she is never called. More over the last fbdatareader method called by the databind is Read so i think the sql server or oracle provider close the datareader in this method ? So can you fix it in the next version ? > If that happens is because the Close Method is not being called, can you > try to build the provider sources and put a breakpoint in the > FbDataReader.Close method to see if it's getting called ?? > |