Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CAST() string as BLOB for use as a memo field in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Firebird
Miscellaneous
Thread ID:
01269831
Message ID:
01269845
Views:
8
It's not clear what the problem is or what you're trying to acomplish.
Anyway, VFP will create a memo field if the size of the field returned is more or equal CURSORGETPROP("UseMemoSize") (default 255).


>I would like to do the following from VFP as an SQL Pass Through
>
SELECT CAST('Opening Balance' AS BLOB SUB_TYPE 0) AS mNarration from MACCOUNTS
>
>Please advise what I am doing wrong.
>
>The reason for this is that I have unknown lengths of string for this field and would like to bring it in as Memo field in VFP.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform