Re: Linked Server MS SQL 2000 and Pervasive 7.82
- From: "Bill Bach" <goldstar@xxxxxxxxxxxxx>
- Date: Wed, 04 Jan 2006 15:27:45 -0600
My understanding is that something like this should work:
exec sp_addlinkedserver @server='PSQLDEMODATAODBC',
@srvproduct='',@provider='MSDASQL', @datasrc='Demodata',
@location='',@provstr='DBQ=Demodata;Driver=c:\pvsw\bin\w3odbcci.dll'
In this case, the first "demodata" is the DSN, and the second (DBQ) is
the Named Database on the server. (Usually these are the same, but
they CAN be different.)
Hope this helps...
Goldstar Software Inc.
Building on Btrieve(R) for the Future(SM)
Bill Bach
BillBach@xxxxxxxxxxxxxxxxxxxx
http://www.goldstarsoftware.com
*** Chicago: Pervasive.SQL Service & Support - March, 2006 ***
*** Chicago: Pervasive DataExchange Class - March, 2006 ***
datenisis@xxxxxxxxx wrote:
> I followed the setup from a previous thread on my setup between MS SQL
> 2000 and Pervasive 7.82:
>
> EXEC sp_addlinkedserver
> @server = 'ACCTS1',
> @provider = 'MSDASQL',
> @srvproduct='Pervasive ODBC Client Interface',
> @datasrc = 'BVDemo'
> --@Server is the name of the new linked server
> --@datasrc is the name of a local ODBC DSN
>
> and I keep on getting the error saying: Error 7399: OLE DB Provider
> 'MSDASQL' Reported an error. Data source name not found and no
> default driver specified.
>
> I have set up an ODBC connection and verified the system DSN is
> spelled correctly and it connects to the server. I'm not sure what
> is wrong in this setup.
>
> Please help.
.
- Follow-Ups:
- Re: Linked Server MS SQL 2000 and Pervasive 7.82
- From: datenisis
- Re: Linked Server MS SQL 2000 and Pervasive 7.82
- References:
- Linked Server MS SQL 2000 and Pervasive 7.82
- From: datenisis
- Linked Server MS SQL 2000 and Pervasive 7.82
- Prev by Date: Re: need pervasive/macola programmer in houston
- Next by Date: Re: Corrupted DBP File
- Previous by thread: Linked Server MS SQL 2000 and Pervasive 7.82
- Next by thread: Re: Linked Server MS SQL 2000 and Pervasive 7.82
- Index(es):
Relevant Pages
|