> Let me simplify the question: Has anyone out there managed to
> create a
> working connection to the latest version of MySQL 64-bit via
> JDBC from
> Struts 2?
I am sure many people have. I run 64 bit servers with MySQL
and Struts 2.
What are you seeing?
Neil
--
Neil Aggarwal, (281)846-8
here is the detail of the error's message
java.lang.reflect.InvocationTargetException
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invo
dear all
im using PreparedStatement.setNString(int, String)
to insert the japanese characters into my MySQL database
but the result is all in "?" characters
PreparedStatement pstmt = conn.prepareStatement(sql5);
pstmt.setNString(3, item.getTitle());
rs = pstmt.executeUpdate();
do you have
dear all
im using PreparedStatement.setNString(int, String)
to insert the japanese characters into my MySQL database
but the result is all in "?" characters
PreparedStatement pstmt = conn.prepareStatement(sql5);
pstmt.setNString(3, item.getTitle());
rs = pstmt.executeUpdate();
do you have
Let me simplify the question: Has anyone out there managed to create a
working connection to the latest version of MySQL 64-bit via JDBC from
Struts 2?
TG
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For addi
Musachy Barroso wrote:
I would suggest to put a breakpoint in XWorkMethodAccessor.callMethod
and see why it is not finding it.
Thanks for the nudge. I finally got a more detailed message ("Method
"isUserSubscribedViaBulletin" failed for object
mumble.model.CommunityClassified) which has as i
The application runs on Oracle, MySQL, or SQL Server, depending on the
distro, and on various versions of these depending on the version and
type of OS. MySQL is our preferred database. We use JDBC to simplify
the connection process.
TG
Wes Wannemacher wrote:
Why use odbc? Mysql has a to
7 matches
Mail list logo