123FakeSt
IS-IT--Management
- Aug 4, 2003
- 182
I have a vbs script trying to alter a boolean field in a FP 8.0 table.
At the line:
I get the above error. I know cusky is valid because i use it in another query, so it must be the dang boolean.
I am using Microsoft OLE DB Provided for Visual FoxPro from VBS script.
Thanks
The early bird gets the worm, but the second mouse gets the cheese.
At the line:
Code:
Set oRS = oConn.Execute("UPDATE cus SET cusacco = .T. WHERE cusky = """ & cusky & """
I am using Microsoft OLE DB Provided for Visual FoxPro from VBS script.
Thanks
The early bird gets the worm, but the second mouse gets the cheese.