Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP logical -> MSSql Bit
Message
From
05/01/2009 15:31:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
05/01/2009 14:59:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01371150
Message ID:
01371176
Views:
14
>Ok, I give up. How do I send a logical VFP value to a MSSql 2005 bit field.
>
>.T. and .F. don't work, 1 and 0 don't work, and even though SQL Server says it will take the string values of 'True' and 'False' (and it will in Management Studio), they don't work from VFP either.
>
>Any help is appreciated.
MyLogical1 = .t.
MyLogical2 = .t.

SQLExec(m.handle, "update mySQLTable set bitField1 = ?m.MyLogical1, bitField2 = ?m.myLogical2")
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform