I'm using SQL Server 2000 to import tables from am ODBC Oracle provider. When the data fields are text only, the import works well. When I include a numerical field, I get the following:
Context: Error calling GetNextRows. Your provider does not support all the interfaces/methods required by DTS.
and
HResult of 0x80074005 (-2147008507) returned. Unexpected error occured. An error result was returned without an error message.
I've isolated the problem to my SQL server config, because I can pull the same data with MS Access and with Oracle SQL*Plus on the same server.
Any ideas? Any help would be appreciated.