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
- How to query a machine for domain membership? Colin Eric Johnson
- Re: How to query a machine for domain membership? Patrick J. LoPresti
- RE: How to query a machine for domain membership? michael . berry
- RE: How to query a machine for domain membership? Kipp, James
- Re: How to query a machine for domain membership? Thomas R Wyant_III
- Ulf gmx
