Hello Fellow Devs,

I wrote to the list recently about using a couple of C programs instead of DBI 
to connect to a database.  Is this a feasible option, or do we want to go 
down the DBI path, which seems to have been discussed for months, but we 
haven't been able to implement.

I have stage one running (mysql static binary) which queries from the database 
and loads results.  It is not the fastest solution in the world as it 
reconnects to the database each time you run a query with it, but that it 
still not particularly slow.

I am looking for comments on this before I develop this further.

Currently I sent the program an SQL query and it returns 1 line.  This can be 
easily changed and expanded, but I would like to know what people are after?

Please comment so I can can this idea, or get some ideas on how to develop it 
in a way that people other than myself would find useful.

Regards

Russell Smith.


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to