Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
i cannot find any documentation on sqlserver and win32::ODBC. Can someone help me or point me in the right direction? thanks, Michaeluse Win32::ODBC; if (Win32::ODBC::ConfigDSN( ODBC_ADD_SYS_DSN, "SQL Server", ("DSN=MyDSN", "DESCRIPTION=none", "SERVER=Machine1", "DATABASE=db1", "UID=sa", "PWD=sa") )) { print "$dsn was created successfully.\n"; } else { print "$dsn could not be created.\n"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: mssqlserver dsn
by Rhose (Priest) on Mar 24, 2003 at 21:58 UTC | |
Re: mssqlserver dsn
by tachyon (Chancellor) on Mar 24, 2003 at 22:47 UTC | |
by Anonymous Monk on Mar 25, 2003 at 14:40 UTC | |
by meetraz (Hermit) on Mar 25, 2003 at 22:19 UTC | |
Re: mssqlserver dsn
by ibanix (Hermit) on Mar 24, 2003 at 21:56 UTC | |
by Anonymous Monk on Mar 25, 2003 at 14:45 UTC |