in reply to Re: PERL and MS-SQL Server 2000
in thread PERL and MS-SQL Server 2000
and I advice you to get rid of your following hack: $ENV{SYBASE} = 'C:\Program Files\Microsoft SQL Server\80\Tools\BINN';
If you're using DBD::Sybase, you need this line either in a BEGIN block or set in your environment before invoking the script.
The sybase client libs use the environment variable SYBASE to locate the interfaces (or sql.ini for w32) file. The interfaces file is where the logical name of the database (used in the connection method) is mapped to the actual machine/port.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: PERL and MS-SQL Server 2000
by vkon (Curate) on Apr 17, 2006 at 14:50 UTC | |
by jfroebe (Parson) on Apr 17, 2006 at 19:14 UTC |