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 TouchToneTommy 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: gschrade
  • Content: Threads
  • Order by date
  1. gschrade

    how to enter the url value for a mysql jdbc resource

    I am trying to enter the value for the url parameter for a mysql jdbc resource in server.xml. I am entering the url without the user and password appended because I am including a user and password parameter in the resourse. Yet when I hit the servlet, it says "Access denied for user...
  2. gschrade

    How to escape a statement

    I am new to mysql. I am trying to escape out of an interactive statement. I started a statement like so: CREATE TABLE sometable ( > firstcolumn char(30) not null, > secondcolumn char(20) not null' '> As you can see after the second column I entered a ' instead of a , so I want to...

Part and Inventory Search

Back
Top