Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Replies
    11
    Views
    3,856

    Re: SQL query not working

    The second query looks like it needs a WHERE in order to join the tables (see your original query syntax). The first may be an issue with selecting too few parameters (eg you select 3 but try to...
  2. Replies
    11
    Views
    3,856

    Re: SQL query not working

    Not sure what combQ is :confused:

    Did you change the variable names, and did this solve your problem?
  3. Replies
    11
    Views
    3,856

    Re: SQL query not working

    Nevermind...simple solution which I can't believe I overlooked...

    Check your ResultSet variables...so this was a java problem after all ;)


    ResultSet aminoMolWtRS =...
  4. Replies
    11
    Views
    3,856

    Re: SQL query not working

    I've never used Access, so cannot point you in the direction of a low level interface. Let's step back for a second...your original post, on what line was the exception being thrown?
  5. Replies
    11
    Views
    3,856

    Re: SQL query not working

    As for the command line interface, most databases I've worked with all have some sort of utility that allows access to the database via the command line. I'd suggest trying to a) see if you have one...
  6. Replies
    11
    Views
    3,856

    Re: SQL query not working

    This is more of an SQL and not java...nevertheless:
    1) Can you execute the query using a command line interface to the database without a problem? This is always the best way to get a feel for the...
Results 1 to 6 of 6