Search results

  1. E

    JDBC Connection

    The database for my website also will be supporting a normal website (with a forum attached). The only use that the remote application has for a database is to grab and pull small bits of information (and when I say bits I mean literal binary bits for the most part). So, I don't expect latency...
  2. E

    JDBC Connection

    If I buy a premium package, is it possible to get a java driver running?
  3. E

    JDBC Connection

    Error Message (Debugger): java.sql.SQLException : No suitable driver found for jdbc:mysql://eternalimperium.x10.mx/ei01_ucp at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at...
  4. E

    JDBC Connection

    So, I searched through both the x10hosting forums and around the internet and concluded that SQL databases hosted by x10hosting are compatible with JDBC (Java Database Connectivity). Assuming I am correct in my conclusion, I believe I am running into a problem with either the driver software on...
Top