03Explorer
Technical User
I have to take a list of over a few thousand values, which I converted into comma delimited with single quotes saved as a text file, and compare against other tables...
I have SQL server 2000 and 2005 tools installed on my XP workstation.
I tried OpenRowSet, but consitantly get an error message... 'The OLE DB provider "MSDASQL" has not been registered.' which all web sites comment about the error being a dll or driver for 64 bit... my pc is only 32 bit.
My last resort is to figure out Array and get the data into an array to use a loop statement with INSERT INTO in the middle per item.
I have SQL server 2000 and 2005 tools installed on my XP workstation.
I tried OpenRowSet, but consitantly get an error message... 'The OLE DB provider "MSDASQL" has not been registered.' which all web sites comment about the error being a dll or driver for 64 bit... my pc is only 32 bit.
My last resort is to figure out Array and get the data into an array to use a loop statement with INSERT INTO in the middle per item.