Quoting Duncan McQueen <[EMAIL PROTECTED]>: > if I pass something like 'dbd' - will it effectively look in the > current directory plus 'dbd'? >
I've never tried this, but libdbi uses the opendir() function to access the directory. To the best of my knowledge this function works with both absolute and relative paths. Passing "dbd" to dbi_initialize() should indeed look into the dbd subdirectory of the current working directory. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ libdbi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libdbi-devel

