Re: problems compiling DBD-InterBase-0.30

2002-04-22 Thread Marco Schlünß
is the interbase client library installed on your system? marco

Re: Web Based Form with DBI

2002-04-08 Thread Marco Schlünß
"M.W. Koskamp" wrote: > [brought the problem to the point] > $sth->bind_param(1, $dbh->quote($ssn)); > etc... but i always thought, the great advantage of bind_param is to handle directly the desired values, so you don't need the quote-method anymore?! marco

Re: Set Transaction (InterBase)

2002-03-05 Thread Marco Schlünß
if you have an actual version, you can find it in the docs under transaction: mam DBD::InterBase [..] set_tx_param $dbh->func( -access_mode => 'read_write', -isolation_level => 'read_committed', -lock_resolution => 'wait',

Re: Paradox

2001-10-13 Thread Marco Schlünß
Steven Lembark wrote: > If they still have an API available I'd be willing to try > and whip up a DBD::Paradox using it. as i mentioned in another message, i don't think there's a API for direct paradox-tables-access. but perhaps there could be a DBD::BDE. through the BDE you could use Paraodx-

Re: Paradox

2001-10-13 Thread Marco Schlünß
I think, you don't ever gonna find a way to access paradox-tables natively, cause it's a hole locking scheme implemented in the files format! and so far i know, there's nothing documented on this format. so you have to use the so called BDE. BDE is the Borland Database Engine and it's api is used