The information in this article applies to:
SYMPTOMSThe following error messages are received when running a 68K Visual FoxPro for Macintosh executable and using either the SQLConnect() command and specifying a connection, or trying to bring up a form that has a remote view based on a connection in its data environment:
The invalid object name referenced in the error messages varies depending upon the SQL Server database used on the remote data source. The above messages were generated while connecting to the Authors table in the sample Pubs database provided with SQL Server. The record number, when loading the form, may also vary. The same code works without error in a Visual FoxPro for Macintosh PowerMacintosh executable. NOTE: As of 12/9/98, Visigenic has been acquired by INPRISE, Inc. CAUSEThe connection used to connect to the remote data source has the "Always" option set for when to Display ODBC Login Prompts. RESOLUTION
Set the Display ODBC Login Prompts for the connection in the database to
"When Login info is not specified" or "Never." If it is set to "When Login
info is not specified," ensure that the login info is always specified in
the connection. The connection can be modified through the Project Manager
or with the MODIFY CONNECTION <connection name> command when the database
is open and current.
MORE INFORMATIONVisual FoxPro for Macintosh can connect to remote data on SQL Server and, if an ODBC driver is available, other remote data sources. The ODBC driver for SQL Server, both 68K and PowerPC versions, is provided with Visual FoxPro. REFERENCESFor additional information on the ODBC related files installed with Visual FoxPro for Macintosh, please see the following article in the Microsoft Knowledge Base: Q152516 List of ODBC Files Installed During SetupFor information on how to contact INPRISE, Inc., please see the following article in the Microsoft Knowledge Base for one of the following articles: Q65416 Hardware and Software Third-Party Vendor Contact List, A-K Additional query words:
Keywords : kberrmsg kbMAC kbVFp FxinteropOdbc |
Last Reviewed: August 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |