Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with FoxPro LinkedServer

Status
Not open for further replies.

pcawdron

Programmer
Joined
Jun 14, 2000
Messages
109
Location
AU
I'm having problems linking SQL Server to an old FoxPro database. My queries run fine in Access, but in SQL Server, using a linked server, I get OLE DB Provider error.

Error 7399 - Incorrect Syntax near 'SELECT XXX.* FROM XXX'

I used a .udl file to build a correct Provider string

Any ideas?

 
Check the following link for an article explaining "HOWTO: Do SQL Server 7.0 Distributed Queries With FoxPro .dbf Files." Verify that you have the correct syntax in your query.


You may also want to read the following.


Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top