[Microsoft][ODBC Visual FoxPro Driver]Variable 'LSELECT' is not found

Archaic Sage

New Member
I have a web application done in PHP that connects to a external DBF database using ADODB driver.That DBF table has been modified and they have added another field named LSELECT (boolean type).So when I did the INSERT I've got the error that the field LSELECT cannot be NULL. So I have added that field in the INSERT statement with the value 0.Now it doesn't say it can't be NULL anymore but it says instead: Variable 'LSELECT' is not found.I don't understand what causes this behaviour. Can't be null but if I add it I get that other error.Any idea? Thanks.
 
Top