How To Use Replication Considerations for the VFP ODBC Driver

ID: Q151749

1.00 WINDOWS kbinterop kbhowto

The information in this article applies to:

SUMMARY

This article describes how to use the Replication feature in SQL Server 6.50 to set several configuration options that allow SQL Server to work correctly with the Visual FoxPro ODBC driver.

MORE INFORMATION

The following table lists how data types are mapped from SQL Server to a Visual FoxPro table during replication. Known issues are listed under the Comments heading:

SQL Server   Visual FoxPro     Comments
==========   =============     ========

Smallint        I

Tinyint         I

Int             I

Bit             L

Datetime        C               This is due to precision limitations
                                between SQL Server and the Visual FoxPro
                                ODBC driver.

Text            M               If you have embedded CR/LF, identify new
                                line termination characters for the
                                replication. See SQL documentation for
                                more information.

Char            C

Varchar         M

Numeric         C               This is due to precision limitations
                                between SQL Server and the Visual FoxPro
                                ODBC driver.

Binary          Not Supported   The replication task incorrectly
                                specifies precision that generates
                                a syntax error in the driver.
Smalldatetime   T

Decimal         C               This is due to precision limitations
                                between SQL Server and the driver.
Real            B

Float           B

Smallmoney      C

Sysname         C

Varbinary       Not Supported   The replication task incorrectly
                                specifies precision that generates
                                a syntax error in the driver.

Timestamp       Not Supported   The replication task incorrectly specifies
                                precision that generates a syntax error
                                in the driver.

Additional reference words: 1.00 KBCategory: kbinterop kbhowto KBSubcategory: FxinteropOdbc
Keywords          : FxinteropOdbc 
Version           : 1.00
Platform          : WINDOWS

Last Reviewed: June 1, 1996