I'm querying a database from a servlet and I get an SQLException: Limit on statements exceeded. This happens when two clients try using the servlet.
any help?
Chuck t
I'm designing a web app and have tomcat installed on my local machine. I need to install tomcat on our AS/400 and migrate the app to there. I can't find directions to install tomcat on a AS/400. Any Help?
Chuck T.
I'm sending data by way of an ObjectOutputStream, but the object I want to send does not implament Serializable. Can I get it to be Serilaizable?
Thanks
Chuck T.
I've got a servlet that needs to access a Database. When I run it I get an exception: No suitable driver. The driver is in jt400.jar. I've added it to the classpath, but it still doesn't work. Any Help?
Chuck T.
"All this hacking's making me thirsty, I think I'll have a Tab" Homer...
I'm having trouble accessing a AS400 database using a servlet. Whenever I add code to the servlet to access the DB I get an exception;
server error page:NullPointerException
dos prompt: java.sql.SQLException: No suitable Driver
I think I need to get Tomcat to find the jt400.jar file with the...
I'm creating am applet that connects to a database on an AS/400. When I try to connect it gives this error.
java.security.AccessControlException: access denied
(java.net.SocketPermision <systemname> resolve)
where <systemname> is my AS/400
It's obviously a security problem
Any help...
Here's my code
Statement stmt1 = connection.createStatement();
It causes error that says Statement is an Amgiguous Type.
It worked until I put the coded in an applet.
Any help
Thanks
Chuck T
I want to use a switch statement, but don't know correct syntax.
Like this
Switch(var)
case "NF"
xxx=xxx
case "MW"
xxx=xxx
I just need correct syntax
Chuck
I want to read a value entered into a textbox of a form into a globaL VARIABLE. I don't know the vba code to do it in a module. Any help
Thank you
Chuck
In my SQL statement I'm using functions to retrieve parameters for the query, which works until I put a Between clause in, then the query retrieves no records. ANY SUGGESTIONS
I have a report that uses 7 parameters. I would like to be able to store then and run the query without entering them again. need guildance. thanks
chuck
I have a report that uses 13 subreports. They all use the same query as a base, and I don't want to have to enter the parameters 13 times. I think I can store the parameters in a variable array and load them into the query each time it runs. I can't however find a good way to get the parameters...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.