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

Query results different in Dev and Exe Mode.

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am using Visual FoxPro 6.0 SP4 as GUI development tool. Also using Access as Back End through ODBC.
While I am in desing mode, quiery results a correct, then I compile and execute program and the results are not.
Data comes from Remote Views made out of Access through ODBC.

What is the problem? Any problems during Desing and Exe mode.

 
The first thing I'd do is make sure the VFP runtime files (VFP6*.dll) are the same version as your development program (VFP6.EXE). 6.08862.0 is SP4, 6.08961.0 is SP5. Next I'd make sure of the ODBC files you have installed. SP4+ requires MDAC 2.5 or higher. Go to for MDAC updates and the Component Checker to verify what you have installed.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top