Aaron J Mackey <[EMAIL PROTECTED]> wrote:
> No real code yet, just some example usage; I'm "trolling" for feedback and
> concerns before I really get into it:
> Inline->bind(SQL => DATA,
> DBD => 'mysql',
> HOST => $host,
> USER => $user,
> PW => $pw,
> DB => $db);
>
You seem to establish a new connection to the
mysql server, right?
Inline->bind(SQL => DATA,
DBH => $dbh);
This way I could (re)use an already
existing connection.
I like the idea of writing SQL functions.
> Others I'm sure; only just beginning to think about it.
> Feedback very welcome, as always.
Sure. I would like to use such a module :)
--
Jens Luedicke
[EMAIL PROTECTED]