Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: chuq2001
  • Content: Threads
  • Order by date
  1. chuq2001

    SQLException

    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
  2. chuq2001

    Tomcat on an AS/400?

    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.
  3. chuq2001

    String to Int?

    I need to convert a String like "011" to an integer.Any Help? Thanks Chuck T
  4. chuq2001

    String to int?

    I have a Sting that is a number("010") and want to convert it to an int. How can I do that? Any Help? Thanks Chuck T
  5. chuq2001

    Need to make non-serializable object serializable?

    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.
  6. chuq2001

    How to get servlet running on tomcat to find .jar file?

    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...
  7. chuq2001

    accessing JDBC Driver in *.jar file

    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...
  8. chuq2001

    security. AccessControlException from Applet?

    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...
  9. chuq2001

    Ambiguous Statement?

    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
  10. chuq2001

    Export to PDF?

    I need to export my reports in access to a .PDF file to send over email. Any Help? Chuck T.
  11. chuq2001

    Switch statement?

    I want to use a switch statement, but don't know correct syntax. Like this Switch(var) case &quot;NF&quot; xxx=xxx case &quot;MW&quot; xxx=xxx I just need correct syntax Chuck
  12. chuq2001

    Inputing form data into global variable?

    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
  13. chuq2001

    Between Clause won't work

    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
  14. chuq2001

    Need help inputing parameters

    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
  15. chuq2001

    Need code to input parameters for query

    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...

Part and Inventory Search

Back
Top