From: Carlos G. A. <car...@te...> - 2003-07-24 08:17:50
|
Hello: > You're problably getting sick of me by now. The method finally executed > without an error, but it did not put any data into the database. What is the function of the SP ?? > Also i try to call commit after the call to the database and it gives me an > error saying its busy, open, fetching. If you are using ExecuteReader, you need to close the reader before commit the transaction. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |