| Thread | Last Post | Replies |
|
| Perl DBI::prepare Question. My head is sore from banging it against the wall. Can you help ease my pain? | 29 Nov 2007 18:04 GMT | 4 |
Dave, DBI User Group, Can you take a quick look at the code block below and error messages being generated when executing. Any idea why the last 2 characters of the $sql variable are getting
|
| DBD-ODBC-1.14 unicode bug? | 27 Nov 2007 08:57 GMT | 3 |
I am building DBD::ODBC without unicode support. In dbdimp.c, I have: case SQL_VARCHAR: return "VARCHAR"; case SQL_WCHAR: return "UNICODE CHAR";
|
| DBD::Sybase 1.08 fails to run tests on HP-UX 11.23 (64bit) with Sybase 12.5.3 (64bit) | 26 Nov 2007 14:26 GMT | 1 |
I tried to install DBD::Sybase 1.08 on HP-UX 11.23 (64bit) and it failed in the test phase. Versions of HP-UX and Sybase: -------------------------------------------------------------------------------------------------------- $uname -a
|
| can't run perl DBI on OSX | 20 Nov 2007 15:17 GMT | 1 |
I have installed mysql on my powermac G5 (64 bits) and I installed perl DBD-mysql-4.005 and DBI-1.601 that I obtained from CPAN. The installation did not work and I kept getting error message. I saw somewhere that the 64 bit version of mysql was creating problems so i
|
| Help with failing DBI-1.601 t/80proxy.t tests | 19 Nov 2007 23:14 GMT | 1 |
To help diagnose the test failures some people are experiencing with DBI-1.601 I've modified the t/80proxy.t file to include more info. It would be a big help if anyone who has experienced a failure (especially the cpan-testers I've CC'd) could fetch a copy from
|
| Describe failed for NUM_OF_FIELDS when using odbc_exec_direct (MS SQL Server / DBI::ODBC) | 16 Nov 2007 14:34 GMT | 3 |
I'm trying to write MS SQL Server support for a generic perl module used to execute arbitrary SQL statements and then return the array reference for the result set (if one exists). My basic idea was to do in following way:
|
| DBI install error under Solaris 10 | 15 Nov 2007 03:37 GMT | 1 |
I need to install the DBD::Pg under Solaris 10 sparc, the DBI::DBD installed without errors with CPAN, but when trying to install DBI I get the following error: "Can't create variants of tests in 't' directory: No such file or
|
| can you have a collumn roll over with auto_increment | 12 Nov 2007 20:49 GMT | 6 |
I have an integer field that tracks entries. The question I have is can I set an option so that when auto_increment reaches it's maximum integer value, it will start all over at zero. I'm deleting every 15 minute the earlier entries, so I'm not too worried about the table
|
| DBD::Oracle and Perl's internal representation of strings | 09 Nov 2007 16:10 GMT | 5 |
I just posted this question on Perl Monks: http://perlmonks.com/?node_id=649489 Am I correct in my analysis of what's going? I would be happy if I could pass strings to DBD::Oracle without having
|
| Segmentation fault with module DBD::Oracle 1.19 on SuSE Linux Enterprise Server 10 (IBM Power 64 bit) | 09 Nov 2007 15:32 GMT | 4 |
I'm trying to get the DBD::Oracle 1.19 Perl module working fine under SuSE Linux Enterprise Server 10 (IBM Power 64bit). The version of SLES is 10.0 (no SP1 applied yet) and the version of Perl I'm using is:
|
| Help with DBI::DBD interface | 09 Nov 2007 12:38 GMT | 3 |
I am almost finished a number of changes to DBD::ODBC which a) make it work on win64 platforms and b) reduce the number of ODBC calls required for select statements. I would like to tidy up some of DBD::ODBC which may have fallen behind DBI::DBD changes/improvements but I am ...
|
| Resetting odbc_err_handler - help with dbd_db_STORE_attrib | 09 Nov 2007 12:37 GMT | 1 |
I started trying to convert all the DBIc_ERR etc calls to DBIh_SET_ERR_CHAR. I made a mistake and ended up debugging a test case in DBD::ODBC which is supposed to fail but failed for the wrong reason. The test is supposed to fail because multiple concurrent statements is
|
| RE: Error always returned from system() after connecting to Oracl e 10 .2 on Solaris 64 bit | 09 Nov 2007 11:56 GMT | 2 |
Thanks, we can try 64 bit. Interesting that Oracle are still distributing 32 bit with Oracle 10.2, though, if there is not a 32 bit solution to this problem? Peter Sands
|
| Error always returned from system() after connecting to Oracle 10 .2 on Solaris 64 bit | 09 Nov 2007 10:52 GMT | 5 |
Running perl5.8.3 compiled 32 bit with the Perl libraries, DBD 1.15, DBI 1.41 distributed with Oracle 10.2, I find that, having connected to Oracle within a perl script any subsequent system() calls return a -1 error status, even simple commands like true. (First tried building and ...
|
| Module Comment | 08 Nov 2007 17:58 GMT | 1 |
Fellow DBI Users, I am planning to release a module, DBIx::JCL, "DataBase Interface eXtension Job Control Library". This module will (hopefully) fill the need for a module to provide job creation support for database tasks.
|