Re: microsoft sql2000

2001-05-09 Thread Joe Yates
At 04:46 PM 08-05-01 -0700, you wrote: >Hello perl friends. I need to know if perl works with microsoft sql2000. if >it does, which module do i need to get? thanks I use DBI. 1. Set up the database you want to use as a 'Data Source' (Administrative Tools| Data Sources (ODBC)), 2. Then...

Re: microsoft sql2000

2001-05-08 Thread Jos I Boumans
Judging from the modules it should be able too... what you need is the DBD module, as well as a driver.. which in your case would be DBIx-MSSQLReporter [1.00 ] An module to connect Perl to MS SQL Server and MS if i'm not mistaken. if you use ActiveState Perl, it shouldnt be hard to install them.