Re: module for accessing MSSQL

2009-07-07 Thread practicalperl
Thanks all for the helps. Now I know there are at least two correct ways for it. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: module for accessing MSSQL

2009-07-07 Thread Brent Clark
practicalp...@gmail.com wrote: Hello, what's the standard module for accessing MSSQL? I searched on CPAN but found a lot. The program should be run on Linux, not Windows. Thanks. Hiya I use perl on with FreeBSD and Linux but via Freetds. It works and it works very well. You will

Re: module for accessing MSSQL

2009-07-07 Thread Dan
On Tue, 2009-07-07 at 16:50 +0800, practicalp...@gmail.com wrote: > On Tue, Jul 7, 2009 at 4:46 PM, Cristi Ocolisan wrote: > > Hi, > > > > > > > > You'll need DBD::ODBC module. > > > > thanks. > can DBD::ODBC be run under Linux? Sure does. You'll need freetds, and setting up the odbc.ini file is

Re: module for accessing MSSQL

2009-07-07 Thread practicalperl
On Tue, Jul 7, 2009 at 4:46 PM, Cristi Ocolisan wrote: > Hi, > > > > You'll need DBD::ODBC module. > thanks. can DBD::ODBC be run under Linux? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: module for accessing MSSQL

2009-07-07 Thread Owen
> On Tue, Jul 7, 2009 at 4:36 PM, Owen wrote: >> >> >>> what's the standard module for accessing MSSQL? >>> I searched on CPAN but found a lot. >>> The program should be run on Linux, not Windows. >>> Thanks. >> >> >> >

RE: module for accessing MSSQL

2009-07-07 Thread Cristi Ocolisan
bject: Re: module for accessing MSSQL On Tue, Jul 7, 2009 at 4:36 PM, Owen wrote: > > >> what's the standard module for accessing MSSQL? >> I searched on CPAN but found a lot. >> The program should be run on Linux, not Windows. >> Thanks. > >

Re: module for accessing MSSQL

2009-07-07 Thread Gurunandan R. Bhat
If you are on a Linux server then DBD::Sybase is your best bet. It uses freetds to connect to MS-SQL server. If on a Windows then DBD::ODBC is your friend. REgards Guru On Tue, 2009-07-07 at 16:11 +0800, practicalp...@gmail.com wrote: > Hello, > > what's the standard module

Re: module for accessing MSSQL

2009-07-07 Thread practicalperl
On Tue, Jul 7, 2009 at 4:36 PM, Owen wrote: > > >> what's the standard module for accessing MSSQL? >> I searched on CPAN but found a lot. >> The program should be run on Linux, not Windows. >> Thanks. > > > > > You probably want to install DBI a

Re: module for accessing MSSQL

2009-07-07 Thread Owen
> what's the standard module for accessing MSSQL? > I searched on CPAN but found a lot. > The program should be run on Linux, not Windows. > Thanks. You probably want to install DBI and then DBD-mysql Once you have installed DBI, read its documentation. It will give you lo

module for accessing MSSQL

2009-07-07 Thread practicalperl
Hello, what's the standard module for accessing MSSQL? I searched on CPAN but found a lot. The program should be run on Linux, not Windows. Thanks. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/