>
> codelet will be most wellcome with some sample
> book information.
>
      Properties info = new Properties();
      info.put("user", "someuser");
      info.put("password", "somepassword");
      try{
         DbConnection db = new
DbConnection("jdbc:mysql://myhost.com:3306/somedb", info);
         Connection c = db.getConnection();
         Statement s = c.createStatement();


--
Sven E. van 't Veer, llm.
Departamento de Desenvolvimento
Brasil Informatica.
http://www.brvip.com.br

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to