Bakken, Luke wrote:

Hi all,

I'm in the process of writing a DBD driver in perl that works by
controlling our company's db command-line client. All is going well and
I can get info out of/into the db. What I'm wondering is if there is a
better example DBD driver for this scenario - currently I'm just using
the info that comes with DBI and the DBD::File code as my example. Are
there other drivers that wrap around a cmd-line client?


What does the cmd-line client do? Does it take SQL queries and return data or does your DBD need to take care of the SQL stuff? I may be able to help. Let me know more specifically what your needs are and I may have some suggestions.

--
Jeff Zucker



Reply via email to