dbd
Perl DBD::mysql 'mysql_use_result' OK to use while inserting to another table?
I\'m doing a large join in mysql, and then acting on the resulting data and writing it to another table.Right now, I\'m using the default mysql_store_result, but the $sth->execute() after the query ta[详细]
2023-04-01 03:48 分类:问答Anyone been able to install DBD::mysql on Mac Snow Leopard with i5 Processor?
I\'m trying to install DBD::mysql using most of the popular methods, including sudo cpanm -S DBD::mysql. However, I am having some serious problems with this and I am beginning to think it might be my[详细]
2023-03-30 12:52 分类:问答Problem with DBD and mysql in perl
Please I am having problem tracking down the problem with this code I have been trying for hours . it gives me the error DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at line 15[详细]
2023-03-28 16:18 分类:问答Connecting to Teradata via Perl
Has anyone had any success with this? There aren\'t a great deal of references online and I\'ve exhausted every relevant result on Google. Here\'s my script:[详细]
2023-03-16 12:06 分类:问答how to fake a perl module for dependency?
An external Perl library that I am using has a dependency (DBD::mysql) that I will not be using in my application (DBD::SQLite), so I would like the system 开发者_开发知识库to just pretend the depende[详细]
2023-03-16 05:58 分类:问答How do you install perl DBD::Oracle on OSX Snow Leopard 10.6
I\'m trying to connect to Oracle 10.2.0.4 on a remote system from my intel mac running OSX 10.6 snow leopa开发者_StackOverflow中文版rd. I\'ve tried using perl CPAN to install DBD::Oracle (DBI worked o[详细]
2023-03-04 22:16 分类:问答How can I access two Oracle databases with different versions (8i and 9) using perl?
I\'m currently accessing an Oracle database version 9i (9.2.0.8.0) using perl modules DBI (1.613) and DBD::Oracle (1.26). The current scope of the project now require开发者_StackOverflow社区s that I a[详细]
2023-01-30 22:27 分类:问答Suppressing connection error with DBI and DBD:ODBC SQL Server Native Client 10.0
Writing a script to get SQL Server instance names from a table, then attempting to connect to each of these instances to pull back database configuration information. All database instances involved a[详细]
2023-01-25 15:26 分类:问答How do I check if a database row exists using DBD::mysql and Perl?
I\'m working with a MySQL database and need开发者_如何学Python to check if a row is already there before deciding which queries to run.[详细]
2023-01-24 20:22 分类:问答Async queries with DBD::Pg fail with: Cannot execute until previous async query has finished
I\'m using CentOS 5.5 Linux (same as Redhat 5.5) with stock perl v5.8.8 and have installed DBD-Pg-2.17.1 via CPAN shell and I\'m using[详细]
2023-01-23 10:03 分类:问答