| Thread | Last Post | Replies |
|
| DBD::Oracle 1.07 and selectall_arrayref | 31 Oct 2006 17:35 GMT | 4 |
I'm have DBD::Oracle 1.07 on production server and just wondering that call of selectall_arrayref causes call of fetch for each row. On newest version of DBD::Oracle selectall_arrayref works without calling fetch sub for each row in result set.
|
| Bug found when using a stored procedure with DB2 and DBD::ODBC | 31 Oct 2006 09:36 GMT | 6 |
Environment: RHEL 4 perl-5.8.5-24.RHEL4 perl-DBI-1.40-8
|
| Are PerlIO_flush calls required for DBD debugging? | 31 Oct 2006 09:28 GMT | 3 |
I'm trying to debug a DBD::ODBC problem and the code is full of: if (ODBC_TRACE_LEVEL(imp_sth) >= 2) { PerlIO_printf(DBIc_LOGPIO(imp_dbh), "something"); PerlIO_flush(DBIc_LOGPIO(imp_dbh));
|
| hi-need urgent help | 30 Oct 2006 15:00 GMT | 1 |
I am rupali working on a project in which i have to maintain the database using perl-cgi and mysql. I wrote the code for the same, and its working as per my requirement also,but i have 3 different tables,whenever i run the scripts, its opens
|
| [Fwd: failure notice] | 29 Oct 2006 18:15 GMT | 5 |
Could someone from the department of clue enforcement please tell Rachakonda Muralikrishna to unblock his mail account? If his account blocks mails, he won't be able to unsubscribe. Alexander
|
| Question regarding the naming of a MySQL server-side protocol module | 29 Oct 2006 17:36 GMT | 1 |
I am currently developing a Perl module that will handle the MySQL protocol server-side, allowing the creation of mysql-like servers that will answer queries from external data (e.g. another database via DBI, etc.) I would like to ask how do you think this module should be named. ...
|
| mysql slow inserts with innodb | 27 Oct 2006 16:30 GMT | 1 |
i'm trying to insert 500k rows into a table from a comma separated text file. unfortunately i cannot do a load data because i also need to insert some foreign keys from another table. the following code takes a little over 4 hours to do the insert.
|
| Announce: DBI-1.53 release candidate 1 | 26 Oct 2006 10:26 GMT | 5 |
I'd appreciate testing of this release candidate: http://www.data-plan.com/public/DBI-1.53-RC1.tar.gz =head2 Changes in DBI 1.53 (svn rev 7976), 25th October 2006 Fixed checks for weaken to work with early 5.8.x versions
|
| CPAN out of date at ftp.cpan.org? | 25 Oct 2006 11:55 GMT | 1 |
OK - slightly off-topic, but not wholly irrelevant, either... Last night (2006-10-23) I was getting some puzzling results from CPANPLUS, and eventually found that the files at ftp://ftp.cpan.org/pub/CPAN (such as the three control files used by CPANPLUS and CPAN modules) were dated ...
|
| perl.apache.org - is it supposed to load? | 25 Oct 2006 08:28 GMT | 3 |
I know this is DBI specific, but I'm trying to work on DBD::mysql and wanted to read up on something. Just wondering - I have been trying for days to load perl.apache.org, and it times out. Is it just my connection, or do other experience the same thing? Why would it time out?
|
| DBD-Oracle: nmake fails on Windows | 25 Oct 2006 05:56 GMT | 2 |
My first experience with Oracle8 and this had to be installed on an NT machine. I installed actiivestate DBI, activestate oracle is broken so I did it by hand folloing the instructions in
|
| Unlink command fails as well system call fails sometimes... | 25 Oct 2006 05:56 GMT | 3 |
I am using unlink commad to delete a file . Some times it deletes and sometimes it is not... I tried with system call(rm command)... This also works sometimes and sometimes it is not...
|
| Win32 ppm package of DBD-Pg | 25 Oct 2006 05:55 GMT | 2 |
Any one knows the working Win32 ppm package of DBD-Pg? I'm using AP588 and Windows XP. DBD-Pg is not in ActiveState and the Theoryx5's not working, the maintener also says so.
|
| [CDBI] Searching using a might_have relationship. | 21 Oct 2006 00:49 GMT | 2 |
Ok, so I have two CDBI classes, with a might_have relationship between them. Something like: package MyDB::A; use base 'MyDB';
|
| [PATCH] segfault with multiple result sets | 20 Oct 2006 23:06 GMT | 1 |
We have been tracking down a DBI segfault that was causing trouble for a customer of ours. Does this patch relative to DBI-1.52 look right to you? More information and test case at:
|