RE: How to configure orion databases

2000-01-11 Thread Jon Tirsen
oy! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, January 10, 2000 7:32 PM > To: Orion-Interest > Subject: How to configure orion databases > > > > Hi: > > I currently access

How to configure orion databases

2000-01-10 Thread ecunningham
Hi: I currently access databases using servlets in the old fashioned way. like this: Class.forName("com.sybase.jdbc.SybDriver").newInstance(); String url = "jdbc:sybase:Tds:localhost:2638/?JCONNECT_VERSION=4"; Properties _props = new Propertie