Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select with memo fields
Message
From
26/06/2003 13:03:26
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00804280
Message ID:
00804305
Views:
35
I **think** I saw a message where the person got around it using a UNION.
I think they fist has a dummy table much like Hilmar suggests but with ALL relevant fields defined, then did the select on that first using the AS clause on the memo field to give it a name, then UNIONed the real query with the memo field also having the AS < same-name> clause used.

good luck

>Unfortunately not !
>
>>>I have a select statement that combines a number of fields, is it possible to specify the resulting field type?
>>>
>>>eg trans(nBinding)+mBinding can I force the resulting field to be a memo field.
>>>
>>>Thanks in anticipation
>>>Caroline
>>
>>You might try specifying an empty memo field as the first part of the expression, but I don't know whether it works:
>>
>>
>>create dummy (dummy M)
>>select ... dummy.dummy + trans(nBinding) + mBinding)...
>>
>>
>>HTH,
>>
>>Hilmar.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform