I am trying using a coldfusion page to insert values into my Foxpro DB.
I have three types of data
Numeric
Character
Logical
I can see F and T in my logical fields in my foxpro table. But for some reason I cant insert 'F' and 'T' using SQL INSERT statment. I tried everything '.T.' '.F.' , 'True','False'.
Nothing works. I just need to insert F and T in the logical fields. How would I write a SQL Statment. Thanks.
I have three types of data
Numeric
Character
Logical
I can see F and T in my logical fields in my foxpro table. But for some reason I cant insert 'F' and 'T' using SQL INSERT statment. I tried everything '.T.' '.F.' , 'True','False'.
Nothing works. I just need to insert F and T in the logical fields. How would I write a SQL Statment. Thanks.