| Thread | Last Post | Replies |
|
| How to use sequences in DBI/DBD::Oracle | 31 Aug 2004 17:01 GMT | 1 |
Does anybody have a clue on how to bind oracle sequences. Background: Due to the large amount of data to be loaded into our oracle9i db by our applications, a bulk-load software would have been our first choice to
|
| MakeMaker question | 31 Aug 2004 11:05 GMT | 1 |
I have a question on what kind of Makefile.PL change is required to accomplish something simple, but I didn't find the answer in the MakeMaker documentation. P.S. While the example below isn't one, several of my affected
|
| OT: Gmail invites... | 30 Aug 2004 14:33 GMT | 1 |
I have 6 gmail (google webmail) invites - free to good home :-) I use my gmail account as storage and for searching, and so far I quite like it. The interface is very fast, and the ads that you do get are typical google, low key text ads that are quite unobtrusive.
|
| DEFAULT clause without NOT NULL? | 30 Aug 2004 13:24 GMT | 10 |
Do any databases support CREATE TABLE statement with fields having a DEFAULT clause without a NOT NULL? CREATE TABLE foo ( bar INTEGER,
|
| DBI Connect Hang when no Network is available | 28 Aug 2004 01:43 GMT | 1 |
This is an extract of test code of what I´m doing: use Carp; use DBI; use Data::Dumper;
|
| DBI-1.43 + DBD-CSV-0.21 | 27 Aug 2004 22:00 GMT | 1 |
HP-UX 11i (11.11) + perl-5.8.5-dor + DBI-1.43 + DBD-CSV-0.21 Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/40bindparam.t 28 1 3.57% 14
|
| TDS vs CT - Library | 18 Aug 2004 07:21 GMT | 1 |
Could someone help me explain with Sybase TDS vs CT - Library performance tks Anton
|
| Sybase::Blk | 09 Aug 2004 17:06 GMT | 2 |
I have a script as below that I'm trying to execute. I want to do a select * from one table and insert into another table without writing the data to a flat file. When I execute the script, I get error as below $ x.pl
|
| notes from OSCON BoFs? | 08 Aug 2004 19:55 GMT | 23 |
To whomever was at OSCON and attended the DBI Driver Developers BoF, I would appreciate it if some notes or a summary of goings-on at that event could be posted to this list. This would help people such as myself who weren't there can know what happened. If there isn't much
|
| Overriding DBI->connect() for DBD::DB2 | 06 Aug 2004 07:36 GMT | 4 |
All, We're trying to override the DBI->connect() method for DBD::DB2 to support longer database names. Some background:
|
| Re: DBI 2.0 interface change request | 05 Aug 2004 00:40 GMT | 2 |
> If you change $dbh->{RaiseError}=1 to $dbh->raise_error(1), what is it > you are proposing for DBI->connect( ..., {RaiseError=>1, PrintError=0} > )? Handle attributes are a series of name/value pairs. Er, this is not exactly virgin territory here. Virtually every common
|
| Re: DBI 2.0 interface change request | 04 Aug 2004 19:50 GMT | 1 |
On Tue, 03 Aug 2004 22:45:46 -0700, Dean Arnold wrote:
> Hashrefs are declarative....SQL is declarative... > Methods are procedural. So? DBI isn't supposed to be SQL, it's supposed to be a database
|
| Segfault with Sybase::DBlib bcp | 04 Aug 2004 13:22 GMT | 3 |
This program causes a segfault: use Sybase::DBlib; $Db_fde_bcphdl = new Sybase::DBlib 'user', 'pass', 'SERVER', 'foo';
|
| ORA-12154 | 03 Aug 2004 23:27 GMT | 3 |
Hi list Command line script test2-cgi works fine but when I try from the browser it is giving the following error DBI connect('db1','report',...) failed: Error while trying to retrieve text for error ORA-12154 (DBD ERROR: OCIServerAttach) at /home/report/www/cgi-bin/test2-cgi line ...
|
| sybperl 2.17 build issues (and DBD::Sybase 1.04.x issues) | 03 Aug 2004 15:28 GMT | 1 |
I think the issues with sybperl 2.17 tests failing/core dumping (and similar problems with the test DBD::Sybase 1.04.x releases) has to do with the BLK code. The 2_ct_xblk.t test sends a lot of bad data to the BLK routines to make
|