Subject RE: [ib-support] interclient java example
Author Alan McDonald
public void getConnection(String server)throws SQLException,
ClassNotFoundException {
java.sql.Driver d = new interbase.interclient.Driver ();
Properties props = new Properties();
props.put("user", "PALMUSER");
props.put("password", "metapalmuser");
props.put("roleName", "desktopuser");
connection = DriverManager.getConnection("jdbc:interbase://"+server,
props);
connection.setAutoCommit(false);
}
works fine for me
-----Original Message-----
From: paul@... [mailto:paul@...]
Sent: Monday, 5 August 2002 18:35
To: ib-support@yahoogroups.com
Subject: [ib-support] interclient java example


anyone care to show how i can connect via interclient java? i've tried the
beta jdbc driver but there appears to be a bug w/passing the unicode param
&
poolman.

thanks.
----------------------------------------------------
Paul Hastings paul@...
Director Environmental Information Center
Thailand Environment Institute
Member Team Macromedia (Allaire)
http://www.tei.or.th/eic ---------------------------



Yahoo! Groups Sponsor
ADVERTISEMENT



To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]