| Thread | Last Post | Replies |
|
| DBIx::Chart "real" Candlestick | 31 Jul 2007 21:19 GMT | 2 |
Do anybody know how to draw a real candlesick bar chart with open, high, low, close instead of high and low? A "real" candlestick = http://tinyurl.com/3yayg7 DBD::Chart candlestick = http://www.presicient.com/dbdchart/dbdchart_frame.html#candlestick
|
| FW: Double Quoting in Table names causing dynamic method access failures | 31 Jul 2007 16:23 GMT | 1 |
DBI Users & Greg, (See Appendix A, and the 2 follow-up messages to the message listed in Appendix A just above it, for background information) I agree that Class::DBI may be involved. However, the module Class::DBI
|
| datatype error | 30 Jul 2007 17:31 GMT | 5 |
I'm getting an error trying to run an insert action due to the DATE or DATETIME datatype. I couldn't find anything on it, and was wondering if anyone could point me in the right direction -- Thanks I'm trying to run an insert ... the date value is giving me errors. Here's the ...
|
| Recovering records from corrupted MSSQL tables | 30 Jul 2007 08:59 GMT | 1 |
I'm working with an MS SQL Server database residing on a disk that suffered a crash. There are a couple of very important tables in there, and I'm trying to recover as much data as possible. One of the tables in question holds ~2M records and, while I can still get
|
| Double Quoting in Table names causing dynamic method access failures | 27 Jul 2007 18:33 GMT | 1 |
DBI users (second send attempt; sorry if this is a repeat), For some time now Ive been working to transition a service from an old server to a new server. However, Ive been plagued by an error: [Thu Jul 26 16:16:20 2007] index.cgi: "access" has no primary key at
|
| [OSCON] Informal BOF @ OBF | 25 Jul 2007 21:29 GMT | 3 |
For those attending OSCON next week: I've talked Mssr. Bunce into an informal BOF at the Oregon Brewers Festival (http://www.oregonbrewfest.com/) across the bridge sometime Thursday afternoon. Let me know
|
| [CDBI] Turning Class::DBI on its side | 25 Jul 2007 15:59 GMT | 6 |
Bit of a strange cry for help this (not written a module before so some of my terminology is probably off, sorry) I want to turn the Class::DBI objects on their side; I want to store some application configuration within a database table, i.e.
|
| A note on "Programming the Perl DBI (Tim Bunce)" | 25 Jul 2007 14:38 GMT | 2 |
I got the following error, and no way to understand what it means. The error: << Can't locate object method "pg_oid_status" via package "DBI::db" >> This is triggered by my command << $bag{$dbh->pg_oid_status} = 1; >>
|
| Apache -Perl-DBD-Oracle Module Issue - Regd. | 25 Jul 2007 04:59 GMT | 1 |
We have upgraded the Apache with SSL enabled along with Perl and compiled with DBI and DBD-Oracle Modules.. We have following versions installed.. Apache - Apache/2.2.4 (Unix) Solaris - 8 Perl - v5.8.8
|
| DBF & DBI | 25 Jul 2007 01:32 GMT | 2 |
I am using activeperl 5.8.8 and DBI 1.58. If I want to use DBI to work with a legacy clipper application, meaning to update the index files, so the clipper application can continue to work. what module is available out there? Anyone has some success stories to share about using ...
|
| Problem compiling DBD::Sybase with CentOS 4.5 | 24 Jul 2007 06:36 GMT | 1 |
I am failing completely to get DBD::Sybase running, and annoyingly I can't see why! This is normally pretty painless. [root@box DBD-Sybase-1.08]# make gcc -c -I/opt/sybase/OCS-12_5/include
|
| [Oracle][ODBC]Numeric value out of range. | 20 Jul 2007 20:34 GMT | 2 |
Hi. I'm new to the list. I have a perl script that was working fine until I upgraded my Oracle client 9i to 10g (instant client). I'm inserting data into an Oracle database via DBD-ODBC. The insert will succeed if I do not bind the variables ($rec->{'YEAR APPROVED SES'} and
|
| [DBD::Oracle] Familiar error to someone? | 20 Jul 2007 18:15 GMT | 2 |
We have a mixed C/Perl/XS application that we are moving to the Itanium. After we compile everything and start it up after every SELECT statment we are getting: ***glibc detected *** free(): invalid next size(fast): <memory hex
|
| looks like one database from the outside, but it's two inside | 20 Jul 2007 10:20 GMT | 7 |
Overview: I'm trying to create the situation in the subject line: from the outside, the database handle thinks it's just one database, but inside it's really two databases containing tables with the same schema but not necessarily the same data.
|
| DBI and DBF Files | 20 Jul 2007 02:03 GMT | 1 |
Hi Gurus, I need your help. I am using active perl 5.8.8, windowsXP second edition. I am trying to access an old app by using perl and odbc. I created a system DSN in ODBC data source administrator and I tested by using crstal report writer. Things are fine. I use DBI (1.58 & ...
|