Search:

Type: Posts; User: mjpam

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    2,752

    Re: Access database SQL query help

    I should've been more specific. The JVM itself doesn't return a line number for the database error, but it seems (from printing test statements such as "**ResultSet created") that the exception is...
  2. Replies
    3
    Views
    2,752

    Access database SQL query help

    I seem to be having to trouble constructing a query that will execute on a database I have built:

    import java.net.*;
    import java.sql.*;
    import java.io.*;
    import java.util.*;

    class MakeDB
    {
Results 1 to 2 of 2