DBI is a database access module for the Perl programming language.
Using DBD::mysql with DBI, I am getting the following error when attempting to connect to the database. DBI connect(…
mysql perl dbiWith DBI is there a way to determine if an executed statement handle for a SELECT statement will return any …
perl dbiI have a Perl script inserting data into Postgres according to a pipe delimited text file. Sometimes, a field is …
perl postgresql dbiAfter upgrading to OSX Mavericks I can't get DBI/DBD to run. Perl and MySQL are running fine (I can …
macos perl dbi dbd osx-mavericksI want to insert null in a column in a table. Which one represents null? undef or empty string ''. …
perl oracle dbiAt work we have a DBA who said his RAC working just fine, but the truth is it isn't. SQL …
perl oracle11g dbiI have this query select * from table where ID in (1,2,3,5...) How is it possible to build this query with the …
perl dbiI've been pulling my hair out over this problem for two days now: I'm trying to get a perl script …
perl oracle11g dbi solaris-10 tnsnames