Stephen R. Wilcoxon wrote:
Is it possible to get the driver specific prefix programmatically with a database handle (or statement handle)? For example if I do:

$dbh = DBI->connect('dbi:Sybase:...');
$sth = $dbh->execute('select 1');

Is there any way to get 'syb' or 'syb_' from the $dbh or $sth (since that is the driver prefix for Sybase)?

Why would you need to do so? What would you be able to do with the information that you can't do without it?


--
Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include <disclaimer.h>
Guardian of DBD::Informix 1.04.PC1 -- http://dbi.perl.org/



Reply via email to