views:

31

answers:

0

Hi there, we've got a real confusing problem. We're trying to test an SQL Bulk Load using a little app we've written that passes in the datafile XML, the schema, and the SQL database connection string. It's very simple (the program is five lines, more or less) but we're getting the following error from the library we're passing this stuff to: Interop.SQLXMLBULKLOADLib.dll.

The message reads:

Failure: Attempted to read or write protected memory. This is often an indication that other memory has been corrupted

We have no idea what's causing it.

Before this we first had an error because SQLXML4.0 wasn't installed, so that was easy to fix. Then there was an error because it couldn't connect to the database (wrong connection string) - fixed. Now there's this and we are just baffled.

Thanks for any help. We're really scratching our heads!