Article ID: 130507
Article Last Modified on 7/1/2004
nHandle = SQLCONNECT('<data source name>,'<user>,'<password>')
nSuccess = SQLEXEC(handle,'insert into tablename (logicalfield)
values (1)')
This puts a logical true value into the table on SQL Server.
Additional query words: VFoxWin ODBC
Keywords: kbhowto KB130507