From: "Shailesh Patel" <[EMAIL PROTECTED]>
> I am trying to get hold of Perl modules and code examples which allow
> me to connect to a MS SqlServer 2000 database, query and manipulate
> database tables?
> 
> I know I can use the Win32::ODBC module but I believe this requires a
> pre-defined ODBC DSN connection. I wanted the ability to specify the
> Server, database, login details dynamically. 

You can use both Win32::ODBC and DBI+DBD::ODBC without predefined 
DSNs. The docs of both modules contain examples.

I would use DBI + DBD::ODBC myself.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery

Reply via email to