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> }
In reply to Re^2: win32::odbc error
by Anonymous Monk
in thread win32::odbc error
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |