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.
In reply to Re^2: PERL and MS-SQL Server 2000
by derby
in thread PERL and MS-SQL Server 2000
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |