ARDBC plug-in to Sybase

2006-09-13 Thread Reiser, John J
Hello Listers, ARS 6.3 Patch 14 MS SQL Server 2000 Has anyone seen any sample ARDBC plugin code for reading a remote Sybase DB? I looked at the Buoyant Solutions Integrations but there are two problems. We have no money and it looks like the Sybase integration is not ready yet. We are looking

Re: ARDBC plug-in to Sybase

2006-09-14 Thread Carey Matthew Black
John, It is far from a "sample ARDBC plugin" but you might look at jtds for a few options. (http://jtds.sourceforge.net/) If you like Perl you could take a run at one of the following modules: DBD::Sybase, DBD::ODBC, or DBD::FreeTDS. Of If you like C and what to get it "straight from Sybase" th

Re: ARDBC plug-in to Sybase

2006-09-14 Thread L. J. Head
Wednesday, September 13, 2006 10:40 AM To: arslist@ARSLIST.ORG Subject: ARDBC plug-in to Sybase Hello Listers, ARS 6.3 Patch 14 MS SQL Server 2000 Has anyone seen any sample ARDBC plugin code for reading a remote Sybase DB? I looked at the Buoyant Solutions Integrations but there are two problem

Re: ARDBC plug-in to Sybase

2006-09-14 Thread Reiser, John J
ber 14, 2006 12:58 PM To: arslist@ARSLIST.ORG Subject: Re: ARDBC plug-in to Sybase John, It is far from a "sample ARDBC plugin" but you might look at jtds for a few options. (http://jtds.sourceforge.net/) If you like Perl you could take a run at one of the following modules: DBD::