Search:

Type: Posts; User: delta2w

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: EmbedPreparedStatement.executeUpdate(Unknown Source) SQLException

    Thanks for your advice I will explore constructing the query using JOIN's.
    However, if I run the current query directly on the database through netbeans it works without any errors. It only fails...
  2. [SOLVED] EmbedPreparedStatement.executeUpdate(Unknown Source) SQLException

    I have a nested select prepared statement used to compare two tables and delete rows with matching columns from one table. This was working previously but for some reason now fails with a...
  3. Re: Regarding working with different objects and passing information

    Thanks. I solved it simply by adding a second constructor to updater class as follows:
    public Updater(MyGui gui) {
    this.gui = gui;
    }
    Then passed a reference to the original MyGui...
Results 1 to 3 of 3