I try to update some rows in my access db and I get no error but the update is not successful

$SQL="update itu\
set Country = 'Zimbabwe (Republic of)'\
WHERE Prefix like '263*'";

$O = new WIN32::ODBC($DSN).... with error handling...

$ErrorTxt=$O->Sql($SQL);
O->Close();
print $ErrorTxt;


I can use the same update command in Access2000 without any problem.

Is someone who can help me?

Thanks
Ulf
--
Ulf gmx

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to