RE: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Greg Davis
Got ours to work fine too. Just make SURE you set the SelectMethod to cursor in the URL(See Below). Otherwise bad things will happen if you try to do a second statement while still inside a first statement(i.e. doing a SELECT while walking through another SELECT.) url="jdbc:microsoft:sqlserver:

Re: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Greg Matthews
-Original Message- > From: Robert Virkus [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 15, 2002 5:55 AM > To: Orion-Interest > Subject: Re: SQL Server JDBC driver from Microsoft > > > Hallo Jarrod, > > Friday, March 15, 2002, 1:46:36 PM, you wrote: > JR> ha

RE: SQL Server JDBC driver from Microsoft

2002-03-15 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
ch 15, 2002 5:55 AM To: Orion-Interest Subject: Re: SQL Server JDBC driver from Microsoft Hallo Jarrod, Friday, March 15, 2002, 1:46:36 PM, you wrote: JR> has anyone gotten this to work with Orion 1.5.4? it just works fine over here, though it is said, that it should not be used in pr

Re: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Blair Colbey
I've had it working just for testing and whatnot with not bad results, but apparently under high load it can falter.. It's based on a driver from DataDirect and is behind by a bit.. There's a 1/2 decent article here: http://www.eweek.com/article/0,3658,s=708&a=23115,00.asp That benchmarks using

Re: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Robert Virkus
Hallo Jarrod, Friday, March 15, 2002, 1:46:36 PM, you wrote: JR> has anyone gotten this to work with Orion 1.5.4? it just works fine over here, though it is said, that it should not be used in production-environments. We manage our own connection-pooling though and haven't had problems so far...