| Thread | Last Post | Replies |
|
| [CDBI] How can you temporarily turn off all triggers for a class? | 31 Jan 2006 21:30 GMT | 3 |
I want to render all the triggers in a class ineffective for the duration of a sub routine. Anyone have a good idiom for this? In the data migration script, the triggers are getting in the way (creating things that already exist and need to be migrated and such).
|
| ANNOUNCE: DBD::Oracle 1.17 *RELEASE CANDIDATE* RC6 | 31 Jan 2006 20:40 GMT | 2 |
After over 14 months a new release of DBD::Oracle is almost ready. This will be a significant release for several reasons, but before the actual release I want to get as much test coverage as possible. The good folk on dbi-dev have already done much testing (hence this
|
| Yet Another Oracle Instant Client Recipe | 31 Jan 2006 19:11 GMT | 1 |
This one doesn't involve actually changing any files, but adjusting some environment vars and symlinks. This makes upgrading relatively painless: ( unzip and copy resulting dir to /opt/instantclient)
|
| searching database on emailaddress field | 31 Jan 2006 13:30 GMT | 4 |
I'm trying to work out how to search a database by emailaddress. I'd like to see if an emailaddress exists in a database already. The code looks like this: /~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
| Future versions of DBI to require perl >= 5.8 | 31 Jan 2006 11:49 GMT | 8 |
FYI I'm planning on making the next release (1.51) be the last that officially supports perl 5.6. This is partly to make it easier to implement changes in future releases that improve performance with threaded perls. This will benefit
|
| Reg: auto_increment issue. | 30 Jan 2006 12:12 GMT | 5 |
I created a table in mysql in which i set a field "id" in that table to auto_increment and this field is the primary key to this tabel. so each time a new record is added the id increment by 1. When i delete a last record and insert the next record it increment the value from the ...
|
| RE: Having problems setting up DBD::ODBC | 30 Jan 2006 11:56 GMT | 4 |
A few things come to mind: Makefile.PL indicates: Warning: LD_LIBRARY_PATH doesn't include /users/openlink, which may be a red-herring for the mis-recognized driver.
|
| Statement handle side effects of swap_inner_handle? | 30 Jan 2006 09:45 GMT | 9 |
I'm using swap_inner_handle in a HandleError sub to re-connect the existing database handle. The trick is to re-connect if the error warrants it, return false to the caller, which then allows the caller to re-try the failed operation and keep
|
| REG: dbi::errstr error. | 28 Jan 2006 06:07 GMT | 4 |
I have a cgi script adduser.cgi which collects the data from the user through adduser.html. when i execute this script i encountered the error as shown below. Name "dbi::errstr" used only once: possible typo at adduser.cgi line 18.
|
| [CDBI] Graph methods with CDBI to retrieve non-adjacent related data | 28 Jan 2006 01:21 GMT | 1 |
All, I've been using Class::DBI for a bit now and came up with what I think are a couple of nifty extensions I thought I might share, if only to ask if I've simply reinvented someone else's wheel. The
|
| [CDBI] Deep recursion on subroutine "Class::DBI::_flesh" | 27 Jan 2006 18:09 GMT | 7 |
I had been running into this error (under CDBI 3.0.14): Deep recursion on subroutine "Class::DBI::_flesh" at /usr/lib/perl5/site_perl/5.8.5/Class/DBI.pm line 837. Deep recursion on anonymous subroutine at
|
| DBD::Sybase cant be loaded on winXP | 27 Jan 2006 06:57 GMT | 1 |
Hello List, I have an XP machine with several open client 12.5 and 15.0 installed. My perl scripts are broken because DBD::Sybase can't be loaded I guess this is so since I have the 15.0 client installed.
|
| DBD::Oracle object version 1.15 does not match bootstrap parameter 1.06 | 26 Jan 2006 15:32 GMT | 2 |
I did according to the instruciton: http://www.esoftmatic.com/DBI/. But I found the problem as in title : install_driver(Oracle) failed: DBD::Oracle object version 1.15 does not match bootstrap parameter 1.06 at
|
| have problems in intalling dbi module | 26 Jan 2006 14:36 GMT | 2 |
hello evrybody, I have problems in installing DBI module, it require another library "cl" that i dont find please help me
|
| Re: Possible extension for DBI error handler (fwd) | 26 Jan 2006 14:22 GMT | 4 |
From DBI's pod: This only works for methods which return a single value and is hard to make reliable (avoiding infinite loops, for example) and so isn't recommended for general use!
|