How To Use Replication Considerations for the VFP ODBC DriverLast reviewed: May 31, 1996Article ID: Q151749 |
The information in this article applies to:
SUMMARYThis 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
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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |