From: scampbell120012000 <sca...@ya...> - 2003-10-04 22:10:08
|
I'm operating Firebird 1.5 rc6 under Windows XP using C# along with the Firebird .net 1.5 beta 1 provider. I'm currently just testing to determine suitability for some projects. I'm trying to create some tables, and insert data into them. I get an error "Unable to complete network request to host \"localhost\"". It usually occurs after inserting a couple thousand rows. If I debug, and breakpoint at several points, it doesn't seem to occur. Do I need to wrap all commands in a "transaction"? For this test I was using the ExecuteNonQuery method of the Command object, but without a transaction. |