Hi,
Scenario: Extract data from HP3000 Image/Sql database into SQL server 2008 every hour.
I am trying to get the connection working. I tried doing an 'Import Data' using the wizard in SQL Management Studio. Using '.Net Framework Data Provider for ODBC' and by using the string "Dsn=;Driver={}", I was able to dump data from one of the tables on the HP3000 db into sql server.But to pull data every hour, I considered creating a linked server. I selected 'Microsoft OLE DB Provider for ODBC Drivers' as the provider and connection string 'Dsn=;Driver=;Uid=;Pwd='. I get an error 'the data source object of OLE DB provider 'MSDASQL'. Does anyone know what is the correct connection string to be used? I have tried various combinations and none worked.