in reply to Re: Help needed to insert data into MS Access database table........
in thread Help needed to insert data into MS Access database table........

That won't achive anything as he's not using DBI. This can, of course, be seen as a major problem with the script :-)

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

  • Comment on Re: Re: Help needed to insert data into MS Access database table........

Replies are listed 'Best First'.
Re: Re: Re: Help needed to insert data into MS Access database table........
by c-era (Curate) on Dec 18, 2000 at 23:57 UTC
    No, but he is using OLE with adodb, so he doesn't need to use DBI.
      No, but he is using OLE with adodb, so he doesn't need to use DBI.
      If that's the case, don't expect $DBI::errstr to report anything, ever, Surya. That variable relies on you using DBI for your database access. There might be one for OLE, but I dunno.