Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I select memo field in SQL Select statement
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00850847
Message ID:
00850848
Views:
18
>Dear all,
>
>Hi,
>Anyone know how to select memo field in SQL Select statement and display into combo box. What I had try the combo box it just display the value like 'memo' I can't see the detail of memo.
>
>Thank very much in advance for your reply .

You can convert memo into character field.
SELECT PADR(mymemo,254) AS something ...
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform