in reply to Re: Re: Seemingly Internal DBD-XBase Error
in thread Seemingly Internal DBD-XBase Error
use strict; use DBI (); # we want DBI use XBase; # and we want the basic XBase handling modules use XBase::SQL; # including the SQL parsing routines use Exporter;
Could it be possible that it is confusing itself with the XBase it mentions? How do I check if I have that XBase even installed? If I use PPM and query XBase it checks on DBD-XBase.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Seemingly Internal DBD-XBase Error
by chipmunk (Parson) on Dec 22, 2000 at 03:13 UTC | |
by mvaline (Friar) on Dec 22, 2000 at 03:15 UTC |