Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

4D database as a linked server in MSSQL

$
0
0
I need to get access to a 4D database from MSSQL.
I tried with this script, using an ODBC connection, with bad results:

EXEC sp_addlinkedserver
@server = 'yourLinkedDBName',
@srvproduct = 'mydb.4db',
@provider = 'MSDASQL',
@provstr = 'dsn=myDB4Dv11;UID=Designer;'

I get the message error:
Data source name not found and no default driver specified.

Please someone can help me?
Thank you

Viewing all articles
Browse latest Browse all 13329

Trending Articles