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/
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 need DB
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
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/
> 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 and then DBD-mysql
>>
>
> sorry, I said M
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.
>
>
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 for accessing MSSQ
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 and then DBD-mysql
>
sorry, I said MSSQL not Mysql.
-
> 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
lots of information.