Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Html textarea to VFP memo field
Message
From
21/12/2002 20:55:01
Edward See
Magicalogic Consultancy System
Quezon, Philippines
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00735079
Message ID:
00735204
Views:
7
Merry Xmas Hugh

in java
String memoString = request.getParameter("memoField");
Connection conn = DriverManager.getConnection("jdbc:odbc:Customer",null,null);
PreparedStatement stmt = conn.prepareStatement(sqlFieldDescription);
stmt.setString(1,memoString);
stmt.executeUpdate();

using mySql, there are no problems on varchar or SqlServer on Text field
only in VFP memo field where memoString is longer than 255 chars

>Hi Edward,
>
>There are limitations with querystrings in HTML that might be the limiting factor. What do you consider long?
>
>Hugh
>
>>Hi anyone,
>>why is it that i cannot save a long string into a VFP memo field ( being truncated ) from html textarea ( equiv to editbox control ) using javaserverpages or JSP ?
Use things, not people. Love people, not things
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform