in reply to Re: win32::odbc error
in thread win32::odbc error
like below
if (!($db = new Win32::ODBC("DSN=Book;UID=$user;PWD=$pwd;"))) { print "error message"; } else { $statement="query"; $db->Sql($statement); <continue other stuff> }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: win32::odbc error
by tdane (Acolyte) on Dec 01, 2009 at 22:11 UTC |