in reply to Re: Perl MSAccess SQL UPDATE
in thread Perl MSAccess SQL UPDATE

He is using a combination of Win32::ODBC and DBI. $db->FetchRow and $db->Sql are Win32::ODBC. $dbh->do is DBI. I am sure using both together results in some weird interactions.

Replies are listed 'Best First'.
Re: Re: Re: Perl MSAccess SQL UPDATE
by CountZero (Bishop) on Mar 26, 2003 at 07:05 UTC

    I knew there was something mixed-up in that code, only I could not directly trace what it was.

    Thanks for pointing that out.

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law