Logical Values Must Be Sent to SQL Server as 1 or 0ID: Q130507 3.00 WINDOWS kbinterop The information in this article applies to:
SUMMARYWhen you send logical data to SQL Server via the SQLEXEC() function, true (.T.) and false (.F.) values must be sent as 1 and 0.
MORE INFORMATIONThe following example shows how to use the Insert command to add a record that has a logical field:
This puts a logical true value into the table on SQL Server.
Additional reference words: 3.00 VFoxWin ODBC KBCategory: kbinterop KBSubcategory: FxinteropOdbc
|
Last Reviewed: May 1, 1996 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |