[Perl-unix-users] Db-Access Problem

2005-03-31 Thread Avadhani, Subramanya
Hi List, I am not sure if this list would help me out if I am a windows Perl user.I am trying to write a small perl script to delete some records from a DB(MS Access) using the DBI module. As DBI is not part of standard distribution of Perl, I had to get it and install it for Windows. Afte

Re: [Perl-unix-users] Db-Access Problem

2005-03-31 Thread michael higgins
On Thu, 31 Mar 2005 15:52:13 +0530 "Avadhani, Subramanya" <[EMAIL PROTECTED]> wrote: > Hi List, >I am not sure if this list would help me out if I am a windows > Perl user.I am trying to write a small perl script to delete some > records from a DB(MS Access) using the DBI module. As DBI is

[Perl-unix-users] RE: Perl-Unix-Users Digest, Vol 14, Issue 10

2005-03-31 Thread Venkata Reddy Chappavarapu
The problem seems more like your DBI module is not in right path. You need to tell @INC variable where to look for the DBI module. You have to write a begin block something like BEGIN { Unshift(@INC, "< full path to dbi module>"); } HTH Cvr/ Venkata Reddy -Original Message- From: [E