From: Steve <it...@sc...> - 2010-10-05 21:44:26
|
Hi Bill, >You did not show how you call sqlbindcol, without detail it is hard to >guess what was wrong. I don't know what sqlbindcol is, all I do is: my $dbh = DBI->connect("DBI:ODBC:END_DB"); Which calls the unixODBC driver manager. Which is directed to the database and diver as follows: odbcinst.ini>> [Firebird] Description = Firebird/InterBase(r) driver Driver = /usr/lib/libOdbcFb.so Setup = /usr/lib/libOdbcFb.so UsageCount = 2 odbc.ini>> [END_DB] Description = Firebird Driver = Firebird Dbname = localhost:/home/steve/Documents/Endoscopia/DB/ENDOSCOPIA.FDB Client = User = SYSDBA Password = masterkey Role = CharacterSet = NONE ReadOnly = No NoWait = No Dialect = 3 QuotedIdentifier = Yes SensitiveIdentifier = No AutoQuotedIdentifier = No But I'm not sure this answers your question. Regards Steve |