Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Java/HTML saving to VFP Memo Field
Message
De
07/08/2002 04:07:52
Edward See
Magicalogic Consultancy System
Quezon, Philippines
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Java/HTML saving to VFP Memo Field
Divers
Thread ID:
00686913
Message ID:
00686913
Vues:
89
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();

appreciate any help
Use things, not people. Love people, not things
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform