Re: How to create DBI connection on unix to MS SQL server ?

2002-08-02 Thread Vitaliy Babiy
"Learn Perl" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi guys, > > just wondering how to establish a DBI connection from a unix machine to a > WINNT machine running MS SQL server? do I have to specify an OBDC? I think you can do it as usually. For exam

RE: How to create DBI connection on unix to MS SQL server ?

2002-08-02 Thread Bob Showalter
> -Original Message- > From: learn perl [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 01, 2002 5:33 PM > To: [EMAIL PROTECTED] > Subject: How to create DBI connection on unix to MS SQL server ? > > > Hi guys, > > just wondering how to establish a DBI connection from a unix > mach

Re: How to create DBI connection on unix to MS SQL server ?

2002-08-02 Thread Jenda Krynicky
From: "Vitaliy Babiy" <[EMAIL PROTECTED]> > "Learn Perl" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi guys, > > just wondering how to establish a DBI connection from a > unix machine to a > WINNT machine running MS SQL server? do I have to > specify an

Re: How to create DBI connection on unix to MS SQL server ?

2002-08-02 Thread chris
SQLXML way: SQLXML (currently at version 3.0) allows you to set up IIS Virtual Directories that act as 'gateways' to a SQL Server 2000 database using a given login and password. You can then send queries to the database in various formats and SQL Server will return the results in XML. http://you