Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Java/HTML saving to VFP Memo Field
Message
From
07/08/2002 04:07:52
Edward See
Magicalogic Consultancy System
Quezon, Philippines
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Java/HTML saving to VFP Memo Field
Miscellaneous
Thread ID:
00686913
Message ID:
00686913
Views:
87
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
Next
Reply
Map
View

Click here to load this message in the networking platform