in reply to Win32::ODBC / IIS -- M$ SQL Server 7 on separate machine
I would strongly suggest you not use DSN's and instead form a complete connect string for the database.
the connect string would be just like one used in ASP. So if you feel more comfortable in ASP, you can get it connected there (sans DSN) and then use the connect string in Perl.
Don't give up! Perl, ODBC and SQL Server CAN play together. and it beats the hell out of ASP.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Win32::ODBC / IIS -- M$ SQL Server 7 on separate machine
by Lexicon (Chaplain) on Oct 27, 2000 at 05:56 UTC |