Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Re: I get an error trying to connect to database:java.sql.SQLException: Access denied

    Doh, my bad. Still not awake after all that coffee...that should read line 31, see the stack trace


    at MainMethods.AddInfoDB(MainMethods.java:31)


    You didn't give the url. Given the stack...
  2. Re: I get an error trying to connect to database:java.sql.SQLException: Access denied

    Please use the code tags or the highlight=java tags. This way your code is much more readable for others.

    Which line of the ones you posted corresponds to line 1075?
  3. Re: I get an error trying to connect to database:java.sql.SQLException: Access denied

    Since it appears you are using root, you should have permissions to modify the database so make sure your password is correct. In addition, your CREATE TABLE statement is missing an ending...
Results 1 to 3 of 3