Search:

Type: Posts; User: takamine

Search: Search took 0.07 seconds.

  1. Thread: resultset

    by takamine
    Replies
    3
    Views
    1,630

    Re: resultset

    Statement stmt = con.createStatement()
    Resultset rs = stmt.executeQuery("Select * from tblXXX")

    Must the Statement stmt for a different query also separated declared?
  2. Thread: resultset

    by takamine
    Replies
    3
    Views
    1,630

    resultset

    Hello everybody,

    i'm new in databaseprogramming. I have a question about pulling things from a database.
    for example i've got a few textfields wich i fill with data from a database through a...
Results 1 to 2 of 2