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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BO and FOXPRO

Status
Not open for further replies.

sduplan

Technical User
Dec 4, 2001
6
CA
I am new with BO but have been using Visual FOXPRO for a while. All the tables that I want to use in Designer came from VFP.
However, some queries cannot run properly because the SQL statements generated are not VFP-compatible. For example the syntax for OUTER JOIN is different. I have to manually edit the SQL. Is there a way to make BO generate Foxpro-compatible SQL statements?

By the way, my connection to the tables has been defined as ODBC, using the available driver Visual Foxpro tables.

Thanks
 
I found the solution. I had to edit the parameter file "ODBC10EN.PRM" and change the OUTERJOINS_GENERATION=ODBC line to OUTERJOINS_GENERATION=ANSI_92
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top