Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# and Vfp7 Memo Field
Message
De
19/02/2002 14:49:18
 
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00621630
Message ID:
00622129
Vues:
25
>Hi guys,
>
>Do you try to update a vfp7 memo field from c# and ado.net ?
>I try to update a memo field in a table with a standard sql update command
>like { update mytable set mymemofield = "text..." }
>but i have problem with the cariage return and line feed.
>
>Do you know witch technic i can use to do that ?
>
>Thank's in Advance
>Rock

Substitute carriage return and line feed with their CHR() representations.
e.g.
update mytable set mymemofield = "text line1" + chr(13) + "text line 2" + chr(13) + "...."

HTH
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform