RE: SQL Server DB Pooling

2000-09-08 Thread Saari, Amy
www.redoakcreek.com -Original Message- From: Norman Jefferies [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 8:22 PM To: Orion-Interest Subject: Re: SQL Server DB Pooling Since I'm not using your exact driver, I've used Webogic for SQL Sever7, and others for Sybase and Informix, I'm

RE: SQL Server DB Pooling

2000-09-08 Thread dan moy
]] Sent: Thursday, September 07, 2000 8:22 PM To: Orion-Interest Subject: Re: SQL Server DB Pooling Since I'm not using your exact driver, I've used Webogic for SQL Sever7, and others for Sybase and Informix, I'm assuming that the driver is JDBC 2.0 compliant, since that's a requirement

SQL Server DB Pooling

2000-09-07 Thread dan moy
Hello, I am interested in setting up database pooling using INet's Opta driver for SQL server, but I am having trouble with the configuration. I can get the driver manager for single connections to work, but if I try any of the pooled conections I am getting a Cast exception. Any help would

Re: SQL Server DB Pooling

2000-09-07 Thread Norman Jefferies
t when you close the connection. -Original Message- From: dan moy [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Thursday, September 07, 2000 12:20 PM Subject: SQL Server DB Pooling Hello, I am interested in setting up database pooling using INet's Opta driver for SQL server

Re: SQL Server DB Pooling

2000-09-07 Thread dan moy
n = ds.getConnection(); This will get you a connection from the pool, and return it when you close the connection. -Original Message- From: dan moy [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Thursday, September 07, 2000 12:20 PM Subject: SQL Server DB Pooling Hell

RE: SQL Server DB Pooling

2000-09-07 Thread Paul Knepper
]" inactivity-timeout="30" / -Original Message- From: dan moy [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 1:25 PM To: Orion-Interest Subject: Re: SQL Server DB Pooling Norman, Thanks for your response, but I did try all of the ot

Re: SQL Server DB Pooling

2000-09-07 Thread Norman Jefferies
] Date: Thursday, September 07, 2000 2:51 PM Subject: Re: SQL Server DB Pooling Norman, Thanks for your response, but I did try all of the other JNDI locations as specified by my data-sources.xml but there was only one I could get to work; the default location "jdbc/MyCoreDS". All other

Re: SQL Server DB Pooling

2000-09-07 Thread dan moy
, 2000 2:51 PM Subject: Re: SQL Server DB Pooling Norman, Thanks for your response, but I did try all of the other JNDI locations as specified by my data-sources.xml but there was only one I could get to work; the default location "jdbc/MyCoreDS". All other when tried retu