Hi. I am using SQL 2005 and need to know if I can use a ODBC DSN in my select from statement? I would like to get the records from a PSQL database and insert them into the new table in the SQL database. I tried using a linked server with an openquery but I keep getting an error 7303
Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "RSG_JWSSRV". I thought if I could access it thru a OBDC dsn, I could bypass the problem with the linked server.
Thanks for any help.
Cathy
Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "RSG_JWSSRV". I thought if I could access it thru a OBDC dsn, I could bypass the problem with the linked server.
Thanks for any help.
Cathy