Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Struts
insertUser(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
Priyanka Das
Greenhorn
Posts: 15
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Why I am getting this error.
my insertUser method is in DAO class
public int insertUser(
String
strQuery,String fileName,String fileLink)
my insertUser method is in ACTION class
insertUser(strQuery, formFile.getFileName(),path);
data are 1.doc,E:\Project_ewash\apache-tomcat-5.5.28\webapps\ewash\1.doc
in mysql database both fileds are VARCHAR
Tom Rispoli
Ranch Hand
Posts: 349
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Can you post the full stack trace exception message?
Happily living in the valley of the dried frogs with a few tiny ads.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
instance variables initialization
java class file
Problem with calling constructor from JNI code
Executing jar .......
How many String objects are created ?
More...