| Thread | Last Post | Replies |
|
| [CDBI] Problem with _auto_increment_value() | 29 Nov 2006 16:53 GMT | 3 |
This is from code that is several years old which runs fine on other servers with older versions of Class::DBI. I'm getting an inexplicable error: Can't locate object method "last_insert_id" via package
|
| [CDBI] issues with utf8? | 29 Nov 2006 00:25 GMT | 2 |
I'm having some issues with using Class::DBI with utf8 data in an oracle database. I have to make all the columns 'Essential' or everything just hangs when I try to retrieve non-primary key columns.
|
| DBD Oracle: multiple statements in a single execute? | 28 Nov 2006 17:39 GMT | 5 |
Hi: my dba has asked to execute a alter statement before the select statement. So I need to run the following alter session set db_file_multiblock_read_count = 128; SELECT ED.utime, ED.info, ED.agent_id FROM EVENT_DATA ED WHERE ED.utime
|
| Not receiving any errors back from DBD::ODBC::VERSION 1.13 | 28 Nov 2006 16:50 GMT | 1 |
I am simply testing a DBI->connect, $dbh->prepare and $sth->execute for the following bundled SQL statement. I am not receiving any errors at all. I should have received the following error: Error: ERROR: Relation 'tmp_ppv_store_panel_seq' already exists
|
| [CDBI] Search by "or". | 28 Nov 2006 15:13 GMT | 1 |
For a given column Is it possible to search for more than one value? for instance how would I search for an employee with the first name of either "William" or "Bill"? # Search for "William".
|
| SQLOLEDB | 28 Nov 2006 08:37 GMT | 1 |
I'm using SQLOLEDB to connect to a MSSQL database where I've inserted some data using the "BULK INSERT" with the option "SET DATEFORMAT DMY". The SO language installed on the computer where the Sql Server and my programs runs is English with "Italian" as regional option.
|
| [CDBI] cdbi objects evaluating as false | 25 Nov 2006 19:14 GMT | 4 |
I'm finding that when I do : while (my $object = $iterator->next) { .. }
|
| [CDBI] sth_to_objects on sth from direct SQL with joins | 24 Nov 2006 14:28 GMT | 2 |
Right, I don't know if the subject of this message really makes any sense, but at least it's an attempt. So anyway, my problem. I'm constructing a fairly complex search that could cover relationships
|
| FW: "the same compiler that was used..." | 22 Nov 2006 20:56 GMT | 1 |
Hi Tim et al. Please see the suggestion below for an amendment to the DBI readme. Sounds like a good idea to me. Regards,
|
| bind_param oddity? | 22 Nov 2006 18:11 GMT | 5 |
I'm sure I'm missing something *very* obvious but this one has me scratching my head. Using DBI 1.52, DBD::mysql 3.0007, Perl 5.8.8, MySQL 5.0.18. The following code executes fine:
|
| DBlib->dbpoll() behaving differently for ASE 12.5.3 w/ Sybperl-2.17 and ASE 15.0.1 w/ Sybperl-2.18 | 22 Nov 2006 17:17 GMT | 1 |
Hello. I have an issue I've noticed when trying to migrate a backup script I wrote to work with ASE 15.0.1. In my script I use the dbpoll() function within Sybase::DBlib to monitor the results from a dbcc command and report if it takes longer than I expect. What's happening is that
|
| "the same compiler that was used..." | 22 Nov 2006 13:57 GMT | 1 |
"the same compiler that was used..." I'm getting the error that Tim Bunce described in the README for DBI: If you get compiler errors refering to Perl's own
|
| SQL_BIGINT missing from PurePerl | 21 Nov 2006 20:39 GMT | 4 |
Went looking for the symbol, and didn't find it in PurePerl, but it is in dbi_sql.h, so this needs to be added somewhere between lines 51 and 107 of PurePerl.pm (from DBI-1.53 RC1 pkg):
|
| [CDBI] class::dbi::loader and transaction | 21 Nov 2006 18:42 GMT | 2 |
i am new to class::dbi and using class::dbi::loader for simple db stuff. i read the cdbi page about transaction and it mention that with: Music::DBI->do_transaction( sub {
|
| [CDBI] Database software upgrades... | 21 Nov 2006 15:34 GMT | 2 |
This is slightly off topic, but I figure people on this list may be able to help me out here. I've got a lot of perl software that uses C::DBI, of which the DBI subclass stuff is reverse-engineered from a MySQL database (using the
|