Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG TYPE('blobfield') AND VARTYPE(blobfield)
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
BUG TYPE('blobfield') AND VARTYPE(blobfield)
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01060805
Message ID:
01060805
Views:
53
Why TYPE() and VARTYPE() returns different results for field type BLOB
CLEAR
CREATE TABLE Test (bugfield W)
INSERT INTO Test VALUES (FILETOSTR(HOME()+'beautify.app'))
? TYPE('bugfield')   &&& return W
? VARTYPE(bugfield)  &&& return Q
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Next
Reply
Map
View

Click here to load this message in the networking platform