Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot retrieve memo fields with SQLEXEC
Message
 
 
To
22/02/2002 15:57:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00623925
Message ID:
00624150
Views:
12
This message has been marked as the solution to the initial question of the thread.
>=SQLEXEC(lnHandle,'SELECT myMemo FROM myTable','cMyCursor')
>BROWSE
>
>myMemo is of data type MEMO (I'm using VFP remote data).
>But, in the browse window, myMemo displayed as 'Gen' (instead of 'Memo')
>
>How do I retrieve myMemo field from VFP myTable using SQLEXEC so that I can display content of myMemo inside an edit box???????
>
>
Hi Inge,

Looks like the field in the VFP table is not just memo but Memo/binary. Change it to Memo and it'll come over ODBC as a Memo.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform