Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Varchar Bug ?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Varchar Bug ?
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01061404
Message ID:
01061404
Views:
62
CREATE CURSOR myCursor (myVarCharField V(10),myCharField C(10), MyRecno I)
INSERT INTO myCursor (myVarCharField, myCharField, MyRecno) VALUES ("","",1)
INSERT INTO myCursor (myVarCharField, myCharField, MyRecno) VALUES ("?","?",2)
INSERT INTO myCursor (myVarCharField, myCharField, MyRecno) VALUES (" "," ",3)

SELECT * FROM mycursor WHERE myVarCharField = "?"
*-* Select record 1 and 2

SELECT * FROM mycursor WHERE myCharField = "?"
*-* Select record 2
Next
Reply
Map
View

Click here to load this message in the networking platform