SQLServer Linked Server to *.dbf file through C/ODBC

PLilliPLilli Member Posts: 2
edited 2004-01-16 in Navision Attain
Hello,

I am trying to build a linked server on my corporate SQLServer 2000 machine to access a Navision 3.6 DBF file using C/ODBC 32 bits.

I have been trying to set it through the SQLServer "Microsoft OLE DB Provider for ODBC Drivers" Provider, but I am struggling finding the appropriate connection parameters.

Has anyone been working on this and found a solution ?

Thanks in advance for any help on this topic.

Patrick :?:

Comments

  • SypherSypher Member Posts: 4
    I don't remember exactly but it is something like this
    in the linked server properties
    (Provider) = DBASE IV or dBase IV or III

    or try to do a ODBC connection with Dbase and copy the string
    (it is the same connectionstring as ADO, if you know it)
Sign In or Register to comment.