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!

trouble resolving backlink error when accessing a foxpro table

Status
Not open for further replies.

dendog

Programmer
Joined
Jun 28, 2001
Messages
53
Location
US
Hey all;

when accessing a database table in a visua foxpro table i ge the error "trouble resolving backlink" when using the JDBC ODBC bridge driver. What causes this error and how do i get rid of it.

Thanx in advance.

DENNIS
 
Sounds like the VFP table (DBF) was moved relative to the database (DBC) since it was created.

Soulution - put it back, or remove the table from the DBC. However the second option could "break" long field names, defaults, field and table validations, RI code and any stored procedures.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top