[Dbi-interbase-devel] DBD and Interbase functionality
Status: Beta
Brought to you by:
edpratomo
|
From: Chris W. <ch...@cw...> - 2002-04-30 03:52:04
|
I'm trying to learn just enough about InterBase and DBD::InterBase to be
dangerous :-) I'm the author of SPOPS -- Simple Perl Object Persistence
with Security -- and would like to create an IB driver for SPOPS. If it
works fully, this also means that folks could use IB as the datasource
behind the OpenInteract application server.
This is fairly simple, boiling down to a few SQL questions -- how do you
select the current time? how do you generate unique key values? -- and
some DBD-functionality questions -- are the {TYPE} and {NAME} statement
handle attributes supported? does quote() take two arguments and use
them?
I have all that more or less done and things work great. However, I ran
into a problem trying to run multiple statements simultaneously on a
single database handle? (Test script and error message attached.) Is
this supported with DBD::InterBase? If so, do I need to do anything
special?
Thanks much,
Chris
--
Chris Winters (ch...@cw...)
Building enterprise-capable snack solutions since 1988.
|