in reply to Re: mssqlserver dsn
in thread mssqlserver dsn

Hi tachyon. thanks so much for your time & interest... are you talking about this:
print Win32::OLE->LastError(), "\n";
because if you are, it unfortunately returns NOTHING! thanks, michael

Replies are listed 'Best First'.
Re: Re: Re: mssqlserver dsn
by meetraz (Hermit) on Mar 25, 2003 at 22:19 UTC
    You can also use Win32::GetLastError() which is included in core perl. To get the text based version of that, Win32::FormatMessage(Win32::GetLastError()) or "$^E"