ID: Q151749
1.00 WINDOWS kbinterop kbhowto
The information in this article applies to:
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.
1. Select each table that has been included for replication in the Edit
Publications dialog, and select Edit.
2. Select the Scripts tab in the Manage Articles dialog, and select
GENERATE.
3. Deselect the "Transfer Cluster Index" checkbox, and select
AUTO-GENERATE.
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