Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #1207

Re: Can a ResultSet be passed back to a main program

Newsgroups comp.lang.java.help
From Linus Flustillbe <admin@nacs.dyndns-office.com>
Subject Re: Can a ResultSet be passed back to a main program
References <4e92594f$0$14660$9a566e8b@news.aliant.net>
Date 2011-10-10 02:37 +0000
Message-ID <4e925a5b$0$14660$9a566e8b@news.aliant.net> (permalink)

Show all headers | View raw


On 2011-10-10, Linus Flustillbe <admin@nacs.dyndns-office.com> wrote:
>     	   
>     	  String url = "jdbc:oracle:thin:@XXXXXXXX:1521:xxxxxxxx";
>     	  Connection conn =
>     	  DriverManager.getConnection(url,"xxxxx", "xxxxxx");
>     	   

Obviously the lines

    String url = "jdbc:oracle:thin:@XXXXXXXX:1521:xxxxxxxx";
    Connection conn =
         DriverManager.getConnection(url,"xxxxx", "xxxxxx");


contain obfuscated connection details just in case anyone thinks
the x's are real.

Thanks again


-- 
********************************************************************************
* Usenet Impovement Project http://nacs.dyndns-office.com/usenet
*********************************************************************************

Back to comp.lang.java.help | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 02:32 +0000
  Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 02:37 +0000
  Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 06:28 +0000
    Re: Can a ResultSet be passed back to a main program Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-10-10 14:26 -0300
      Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 19:21 +0000
  Re: Can a ResultSet be passed back to a main program markspace <-@.> - 2011-10-10 07:27 -0700
    Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 17:06 +0000
      Re: Can a ResultSet be passed back to a main program Lew <lewbloch@gmail.com> - 2011-10-10 10:10 -0700
        Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 19:23 +0000
          Re: Can a ResultSet be passed back to a main program Lew <lewbloch@gmail.com> - 2011-10-10 14:26 -0700
            Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-11 00:43 +0000
  Re: Can a ResultSet be passed back to a main program Roedy Green <see_website@mindprod.com.invalid> - 2011-10-12 09:52 -0700
    Re: Can a ResultSet be passed back to a main program Lew <lewbloch@gmail.com> - 2011-10-12 10:28 -0700
      Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-13 01:24 +0000
        Re: Can a ResultSet be passed back to a main program Lew <lewbloch@gmail.com> - 2011-10-12 18:55 -0700

csiph-web