Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot retrieve memo fields with SQLEXEC
Message
 
 
À
22/02/2002 15:57:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00623925
Message ID:
00624150
Vues:
11
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform