From: Carlos G. A. <car...@te...> - 2003-06-15 11:29:59
|
Hello: > I think the material I commented out is important, but > there must be an MS equivalent I'm not including. I'll > download NANT and try with that (never heard of it > before now - and I can't yet figure out how to build > it with Mono). For mono on Linux the Provider has a makefile, for Windows you can try to build it with NAnt. >// >============================================================== >// at the following Commit, an >"InvalidOperationException" fires >// >============================================================== > trans->Commit(); > dataReader->Close(); Try this: dataReader->Close(); trans->Commit(); -- Best regards Carlos Guzmán Álvarez Vigo-España |