Re: Access MS SQL using DBI / DBD

2001-11-01 Thread Dave Storrs
Hi Pathi, There is an excellent book from O'Reilly _Programming the Perl DBI_. It has a leopard on the cover, and it should answer every question you could possibly desire concerning the DBI. HTH, Dave On Tue, 30 Oct 2001, Erramilli, Pathi (P.) wrote: > Hi, > > I am new to

Re: Access MS SQL using DBI / DBD

2001-10-31 Thread ???\(kim,kiseok\)
hi Pathi, I believe that you would use DBD::ODBC module, then there won't be a big problem. ^^ http://search.cpan.org/search?dist=DBD-ODBC good luck "Pathi Erramilli" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I am new to perl...I am trying to u

Re: Access MS SQL using DBI / DBD

2001-10-31 Thread Vincent Bouttier-Deslandes
I think that the best way to do that is to use the Win32::ODBC module. You have to create an odbc source to your SQL server db, then use the Win32::ODBC::new($datasource) function to bind it. I never find a DBI module for MSSQL, may be you can try the Sybase DBI module because this 2 dbs were u

Access MS SQL using DBI / DBD

2001-10-30 Thread Erramilli, Pathi (P.)
Hi, I am new to perl...I am trying to use DBI / DBD to access MS SQL database and I cannot find any documentation/help. What I need to do is to login to the SQL server and get the database space details.(MS SQL 7.0 & 2000) Can someone help...Thanks in advance. Pathi -- To unsubscribe, e-ma