Search:

Type: Posts; User: copeg

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    2,383

    Re: Beginner Needs Help Inserting row to table

    No....SQL has nothing to do with those gets (that all happens on the java side). The exception is fairly descriptive: your SQL syntax is incorrect. My advice to debug is to first create a string that...
  2. Replies
    5
    Views
    2,383

    Re: Beginner Needs Help Inserting row to table

    Rather than printing out a custom statement when an exception is thrown, call printStackTrace() on the Exception object - this is MUCH more informative and typically will give a detailed description...
  3. Replies
    5
    Views
    2,383

    Re: Beginner Needs Help Inserting row to table

    For future reference, please see the following link for how to correctly use the highlight/code tags (I've edited your post for you) Announcements - What's Wrong With My Code?

    What exactly is the...
Results 1 to 3 of 3