RE: Error starting JDBC listening server

2004-08-24 Thread Jeff Urlwin
> > > > That's pretty much what it does. The Perl side marshals method calls > > using Convert::BER and the server unmarshals them, turns > them into JDBC > > method calls, then marshals the response and sends it back > to the Perl > > side. As long as your JDBC driver lets you talk to the >

Re: Error starting JDBC listening server

2004-08-21 Thread Gennis Emerson
Tim Bunce wrote: On Fri, Aug 20, 2004 at 05:44:14PM +0100, Gaul, Ken wrote: -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED] Sent: 20 August 2004 17:40 To: Derrick Spell Cc: [EMAIL PROTECTED] Subject: Re: Error starting JDBC listening server On Thu, Aug 19, 2004 at 02:34:34PM

Re: Error starting JDBC listening server

2004-08-21 Thread Tim Bunce
On Fri, Aug 20, 2004 at 05:28:33PM -0700, Gennis Emerson wrote: > Tim Bunce wrote: > > >>Another solution to the age old how do I get MSSqlSrv version X access > >>from a linux/UNIX perl with DBI. With the added benefit that there is no > >>need to install DBI::Proxy on the windows box or be restr

Re: Error starting JDBC listening server

2004-08-20 Thread Tim Bunce
On Fri, Aug 20, 2004 at 02:52:01PM -0400, Derrick Spell wrote: > I have since resolved that issue (it was a problem > with my java classpath). However, now that the listening server > appears to be running, I have no data sources for my JDBC driver. I'm not sure what that means, but the READM

Re: Error starting JDBC listening server

2004-08-20 Thread Derrick Spell
Can anyone fill-in more details? [I've CC'd the author.] Well, this is my first excursion into DBI, so I'm certainly not one to explain its workings or compare it to other DBD's. However, I would be happy to share my experiences as i get this up and running. I use an OpenBase Server running on

Re: Error starting JDBC listening server

2004-08-20 Thread Tim Bunce
On Fri, Aug 20, 2004 at 05:44:14PM +0100, Gaul, Ken wrote: > > -Original Message- > > From: Tim Bunce [mailto:[EMAIL PROTECTED] > > Sent: 20 August 2004 17:40 > > To: Derrick Spell > > Cc: [EMAIL PROTECTED] > > Subject: Re: Error starting JDBC listenin

RE: Error starting JDBC listening server

2004-08-20 Thread Gaul, Ken
> -Original Message- > From: Tim Bunce [mailto:[EMAIL PROTECTED] > Sent: 20 August 2004 17:40 > To: Derrick Spell > Cc: [EMAIL PROTECTED] > Subject: Re: Error starting JDBC listening server > On Thu, Aug 19, 2004 at 02:34:34PM -0400, Derrick Spell wrote: >> I

Re: Error starting JDBC listening server

2004-08-20 Thread Tim Bunce
On Thu, Aug 19, 2004 at 02:34:34PM -0400, Derrick Spell wrote: > I am trying to get DBD::JDBC running on my Linux box - OpenBase 8.0.3 b4 > > I have successfully downloaded and installed > DBI > Convert::BER > DBD::JDBC > > The files dbd_jdbc.jar and OpenBaseJDBC.jar both reside in the > directo

Error starting JDBC listening server

2004-08-19 Thread Derrick Spell
I am trying to get DBD::JDBC running on my Linux box - OpenBase 8.0.3 b4 I have successfully downloaded and installed DBI Convert::BER DBD::JDBC The files dbd_jdbc.jar and OpenBaseJDBC.jar both reside in the directory /home/OpenBase/Java/Extensions I am using the following command to start the jd