Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Java/HTML saving to VFP Memo Field
Message
De
07/08/2002 21:25:55
Edward See
Magicalogic Consultancy System
Quezon, Philippines
 
 
À
Tous
Information générale
Forum:
Java
Catégorie:
Bases de données
Titre:
Java/HTML saving to VFP Memo Field
Divers
Thread ID:
00687338
Message ID:
00687338
Vues:
53
to anybody:

i cannot save a long html textbox string value to a VFP DBF memo field.
it is being truncated
i am using ODBC
what is the OBJECT TYPE OF VFP MEMO FIELD ?
in java, saving is

PreparedStatement stmt = conn.prepareStatement(sqlFieldDescription);
stmt.setString(1,memoString);
stmt.executeUpdate();
Use things, not people. Love people, not things
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform