Search Discussions
-
I have a cgi query form where the user selects a date range to get data from. I used SYSDATE as a means of inserting the date/time stamp into the table. But the user will be entering the dates like: ...
Kipp, James
Jul 25, 2002 at 2:43 pm
Jul 29, 2002 at 2:43 pm -
A little help, please. I "inherited" a project a little while ago, and thus have been forcibly initiated into perl and DBI with code that I did not originally author, but must maintain and upgrade ...
Stranglerw
Jul 24, 2002 at 7:19 pm
Jul 29, 2002 at 1:37 pm -
The uploaded file DBI_AdvancedTalk_2002.tar.gz has entered CPAN as file: $CPAN/authors/id/T/TI/TIMB/DBI_AdvancedTalk_2002.tar.gz size: 2492561 bytes md5: f89d88150d7156afb25a7b8816f3052b No action is ...
PAUSE
Jul 19, 2002 at 8:52 pm
Jul 29, 2002 at 1:09 pm -
Thanks, I've received and installed DBD::ODBC 0.45_4. But it causes at least one new problem: I'm making a call to a stored procedure that returns a result via a SELECT, and I'm fetching that result ...
Joe Tebelskis
Jul 23, 2002 at 7:04 am
Jul 25, 2002 at 11:02 am -
I'm not sure exactly where the problems lie, but the symptoms are that when I try to use methods like selectrow_array() and selectrow_arrayref(), I get an error failing on calling prepare() on an ...
Philip Molter
Jul 16, 2002 at 8:37 pm
Jul 18, 2002 at 7:51 am -
I'm trying to install DBD::CSV, however I'm getting a core dump in t/40blobs.t and a failed test in t/ak-dbd.t. I've searched the archives, and nothing seems relevent. I'm using perl v5.6.1 built for ...
Steve Piner
Jul 5, 2002 at 2:02 am
Jul 8, 2002 at 12:54 pm -
Dear, A friend recommended me this white paper: http://www.ambysoft.com/persistenceLayer.html The Author suggests to implement what he called "Robust Persistence Layer" between "Business Classes" and ...
NYIMI Jose (BMB)
Jul 31, 2002 at 7:26 am
Aug 5, 2002 at 1:57 am -
Hi, Does any one got the DBD::AnyData working in Windows 2000 Server... I am just curious because I couldn't make it working in my windows system which has active perl running in it. Thanks, Raghu ...
Raghu Karamel
Jul 13, 2002 at 10:29 pm
Jul 16, 2002 at 4:44 am -
I'm currently working on a perl CGI script that queries a database that logs events about machines in our computer labs. Unfortunately, the query causes the script to crash & produce a coredump ...
David Coulthart
Jul 22, 2002 at 8:28 pm
Jul 23, 2002 at 4:13 am -
Hi, I'm currently writing a Perl script which insert lots of data into a database. When I insert a row in a table, I need to get the PRIMARY KEY which has been affected to this table, because I will ...
PETAZZONI,THOMAS (Non-HP-Germany,ex1)
Jul 19, 2002 at 7:05 am
Aug 5, 2002 at 2:00 am -
How can I ouput sql query results as xml ?. Is there something like xsql to use on the command line or put in a perl program that currently connects to database,does the query and outputs results as ...
Kairam, Raj
Jul 31, 2002 at 6:55 pm
Aug 1, 2002 at 9:18 pm -
hi guys, i got something like that: $sth = $dbh- prepare("select id,zone from location order by id"); $sth = $dbh- execute(); now the result should be returned - on the web page combo box - like ...
Hytham Shehab
Jul 25, 2002 at 3:24 pm
Jul 25, 2002 at 8:26 pm -
A quick question regarding numeric formatting and SQL Server 2000. I have a view set up that has an integer field of length 4. When I fetch the data, instead of seeing values such as '1024' as it is ...
Jim Clark
Jul 23, 2002 at 1:03 am
Jul 24, 2002 at 7:27 pm -
Thanks, Jeff. I've installed DBD::ODBC version 0.43, and it seems to have fixed the problem of memory access violation on exit. However: (1) I was hoping that the new version would also fix another ...
Joe Tebelskis
Jul 19, 2002 at 3:18 am
Jul 23, 2002 at 2:12 am -
Althaugh Im not subscribed to this list I was wanted to add to this thread that I had the exact same problem (t\general....ok 9/17Can't call method "prepare" ) on a Linux machine (x86 RedHat 6.1) ...
Stéphane Peiry
Jul 17, 2002 at 2:13 pm
Jul 17, 2002 at 9:30 pm -
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.29.tar.gz size: 256485 bytes md5: 1811579779bf790e7db5879d302bf4f6 =head2 Changes in DBI 1.29, 15th July 2002 NOTE: This release changes the specified behaviour ...
Tim Bunce
Jul 15, 2002 at 11:51 am
Jul 16, 2002 at 9:20 pm -
HI, I am running perl 5.00503 on a SCO UnixWare 7.1.1 box with Oracle 8.16 installed. I am using DBI version 1.21 and DBD::Oracle Version 1.12 to connect to the database. What I am trying to do is to ...
Hapworth, Adam
Jul 1, 2002 at 2:20 pm
Jul 2, 2002 at 9:13 pm -
I have a stored procedure in oracle accepting array as an input parameter and array as an output parameter. how to call this procedure thru perl DBI calls.any help at the earliest will be ...
Sundarraj, Senthil Kumar (Cognizant)
Jul 26, 2002 at 5:30 am
Aug 22, 2002 at 8:19 am -
I'm trying to insert into a table where only 3 fields (1 being the primary key) are required, yet I get the following error when I execute: --------------- Died while executing: [Microsoft][ODBC ...
Nick Hoffman [UWO]
Jul 30, 2002 at 7:16 pm
Jul 30, 2002 at 8:58 pm -
5
DBI
I am running the latest version of DBI/DBD. A simple question. I compile DBI against Oracle 9. If I try to connect to a database with the ORACLE_HOME set to Oracle 8 it doesn't work. I ran truss on ...Adam B. Edwards
Jul 12, 2002 at 3:48 pm
Jul 27, 2002 at 9:18 pm -
Hi, I am getting the following error when I use the blob_read() function. Does anyone know what is the solution for this? I don't want to use the "LongReadLen" attribute to specify the maximum size ...
Raghu Karamel
Jul 24, 2002 at 6:51 pm
Jul 26, 2002 at 5:19 pm -
I am working on a development server right now and am ready to migrate to the production box. I have written a script that exports the data stored in tables to xml files but I'm having trouble ...
Brad Fike
Jul 24, 2002 at 10:23 pm
Jul 25, 2002 at 11:37 pm -
Under DBI-1.21, the following DBD's built with no errors: DBD-Oracle-1.12 DBD-Sybase-0.94 DBD-CSV-0.2002 After installing DBI-1.29 this morning, Sybase and CSV re-built, Oracle did not. Since 1.21 to ...
Persicom
Jul 15, 2002 at 3:23 pm
Jul 16, 2002 at 11:10 pm -
Hello, I am currently attempting to read data from a text file that contains 1 column of numbers, use each record that was read to query a database. However, (depending Upon how the code is written) ...
Dana Lucent
Jul 9, 2002 at 1:41 pm
Jul 9, 2002 at 2:55 pm -
I just tried to prepare/execute/fetch results for the following a dbcc call in MS SQL Server. I get an error stating that there is no select statement running--which is true. Is there a mechanism for ...
Accardo, Glen
Jul 3, 2002 at 4:29 pm
Aug 5, 2002 at 12:54 am -
For those following the thread, thought you might be interested in the results: This does not work: my $sth = $dbh- prepare(" SELECT * FROM stats WHERE sdate BETWEEN trunc($fromDate) AND ...
Kipp, James
Jul 26, 2002 at 5:02 pm
Jul 26, 2002 at 6:50 pm -
My table has a DATE field which contains DATE/TIME info. A general select in sqlplus returns DATE/TIME, but the same select in perl only returns the DATE. It is critical that I get the TIME ...
Scdarden
Jul 26, 2002 at 3:50 pm
Jul 26, 2002 at 5:34 pm -
When I unwittingly try to bind an undef value, it says: Can't bind non-scalar value (currently) That tends to make one think an aref bind was attempted (at least it did for me!). It might be more ...
Phil R Lawrence
Jul 10, 2002 at 3:17 pm
Jul 11, 2002 at 10:17 pm -
Well -- just doing a simple test connect and disconnect eat up nearly 1,000 items (multiple connects and disconnects have no effect on the qty of items eaten, at this point -- so, I'm "guessing" that ...
Jeff Urlwin
Jul 30, 2002 at 11:04 pm
Aug 1, 2002 at 10:21 am -
Not sure if this question belongs on this list or the CGI list, but here goes: I have a checkbox that passes the selected 'hosts' to my CGI script. So i collected the params with: my @hosts = $q- ...
Kipp, James
Jul 31, 2002 at 2:03 pm
Jul 31, 2002 at 5:41 pm -
Hello, Is there anyway to specify the rollback segment to use in Oracle via the DBD::Oracle module? I did not see anything in the DBD::Oracle or DBI perldocs other than the begin_work DBH Object ...
Guidarelli, John
Jul 30, 2002 at 7:51 pm
Jul 30, 2002 at 9:07 pm -
It's supposed to be corrected in 0.45_8. Can you shrink it down to a reasonably small sample with any create table, create procedure, etc at the top of the script? Joe Tebelskis supplied a nice one ...
Jeff Urlwin
Jul 29, 2002 at 3:49 pm
Jul 30, 2002 at 12:31 pm -
Hi, I'm using DBI with mysql. Here's what I'm doing. <code use strict; use DBI; my $sqlhost='localhost'; my $sqluser='username'; my $sqlpass='password'; my $sqldb='database'; my $statement=qq{select ...
Reid Sutherland
Jul 26, 2002 at 8:13 pm
Jul 26, 2002 at 9:43 pm -
Is there any work being done to support the use of multiple tables in a single SQL statement? The project I am working on has established code that uses DBI to access a postgres DB for information. ...
Jim Blomo
Jul 24, 2002 at 1:02 am
Jul 25, 2002 at 11:38 pm -
I am having a problem that I have seen others are having but I have not found a solution yet. When I try to load DBD::pg I get the following error: install_driver(Pg) failed: Can't locate loadable ...
Harvey Cary
Jul 25, 2002 at 5:01 pm
Jul 25, 2002 at 7:39 pm -
Here is a script that exercises another bug in DBD::ODBC 0.45_4. It creates two tables (table1, table2) and a stored procedure (proc1) that simply inserts a value into table1. If you execute proc1, ...
Joe Tebelskis
Jul 25, 2002 at 12:56 am
Jul 25, 2002 at 10:17 am -
Hello all, After learning basic perl programming, i learnt DBI, LDAP by getting some help from this user group. It was always been helpfull for me. So, though this is DBI group, i thought to catch u ...
Ajay Kumar
Jul 24, 2002 at 6:33 pm
Jul 24, 2002 at 7:52 pm -
Hello, I am trying to connect to a Sybase database via DBI for the first time and am getting the error below. Thanks in advance for any help, Jim (dialog) perl.exe - Entry Point Not Found The ...
Jim Silverstein
Jul 19, 2002 at 7:45 pm
Jul 22, 2002 at 4:44 pm -
Dear All, I have configured and run a proxyserver connecting to an oracle DB. It successfully blocks IP's and usernames, and returns correct select and insert statements. My question is about the SQL ...
Glen Muras
Jul 15, 2002 at 5:22 am
Jul 16, 2002 at 1:26 pm -
Hi, When accessing CSV with AnyData as a tie hash, I found that although the C<while (my $row = each %$table) syntax is valuable, it C<last as soon as I try to modify the table inside the loop, for ...
Pomin Wu
Jul 11, 2002 at 8:01 pm
Jul 12, 2002 at 4:29 pm -
Hello, I'm having the following problem using DBI. My perl version is 5.005, and Oracle.pm version is 1.47. Can you help? Samir -----------------CGI script------------------------ use DBI; use CGI; ...
Kakli, Samir (S.A.)
Jul 9, 2002 at 1:04 pm
Jul 10, 2002 at 10:32 pm -
Is there any way to use DBI to move data in TeleMagic Database [DOS based v14.5] (dBase III+ compatible data file structures) to MS Access? What DBDs do I need? Can anyone provide a skeleton for ...
PARLEY,JON (HP-MountainView,ex1)
Jul 8, 2002 at 10:03 pm
Jul 10, 2002 at 12:46 pm -
3
DBI 0.76
Is the column_info command supported in the 0.76 release of the DBI for Perl? We are trying to get our developers to use the DESCRIBE INPUT when coding for parameter markers and they the release they ...Cioffi, James [IT]
Jul 8, 2002 at 5:40 pm
Jul 8, 2002 at 8:33 pm -
Can anyone assist on the following problem please? marlin:/home/jz26xf/DBD-Oracle-1.12 # make test cp ora_explain blib/script/ora_explain /usr/bin/perl -I/opt/perl-5.6.1/lib/5.6.1/PA-RISC2.0 ...
Carson, Jim
Jul 3, 2002 at 2:59 pm
Jul 5, 2002 at 11:48 am -
Hi all. Using DBI 1.28 and DBD::Oracle 1.12 compiled against Oracle 8.1.7, I have the following: use strict; use DBI; $text = "This is a test.\n"x6000; $sth = $dbh- prepare(qq{ DECLARE next NUMBER; ...
Stacy Mader
Jul 1, 2002 at 1:52 am
Jul 2, 2002 at 1:30 am -
hi there , can someone please tell me what's wrong and how can i fix it . thanks in advance .
Koh koonbee
Jul 26, 2002 at 6:43 am
Jul 30, 2002 at 8:49 pm -
Hello All, I'm not completely sure this is the right place to ask... so if it isn't please point me in the right direction and I do admit I'm a little new at this so I apologize in advance for any ...
Matt Neimeyer
Jul 26, 2002 at 8:13 pm
Jul 26, 2002 at 9:14 pm -
Jeff; I'm using DBI v1.30 and DBD-ODBC v0.43. My database app is invoked about 40,000 times over the course of about 2 days to generate test scripts for some automated test equipment. I've been ...
Gary Gauthier
Jul 26, 2002 at 12:37 pm
Jul 26, 2002 at 1:52 pm -
Teradata Support?Forwarded to DBI-users. -----Original Message----- From: Simpson, Paul Sent: Thursday, July 25, 2002 9:15 AM To: 'jurlwin@bellatlantic.net' Subject: Teradata Support? Are you aware ...
Jeff Urlwin
Jul 25, 2002 at 3:36 pm
Jul 25, 2002 at 4:21 pm -
Can anyone help identify why following code block will fetch only one row when csv_tables- {skip_rows} is set to 0? A solution for this will go a long way toward solving a more complex scenario I'm ...
Andrew Crum
Jul 24, 2002 at 10:15 pm
Jul 25, 2002 at 1:33 am
Group Overview
group | dbi-users |
categories | perl |
discussions | 214 |
posts | 576 |
users | 216 |
website | dbi.perl.org |
216 users for July 2002
Archives
- May 2016 (10)
- April 2016 (15)
- February 2016 (4)
- January 2016 (6)
- December 2015 (17)
- November 2015 (7)
- October 2015 (23)
- September 2015 (6)
- March 2015 (14)
- February 2015 (27)
- January 2015 (30)
- December 2014 (30)
- November 2014 (5)
- October 2014 (22)
- September 2014 (5)
- August 2014 (9)
- July 2014 (11)
- June 2014 (14)
- May 2014 (14)
- April 2014 (30)
- March 2014 (16)
- February 2014 (47)
- January 2014 (36)
- December 2013 (23)
- November 2013 (20)
- October 2013 (32)
- September 2013 (40)
- August 2013 (31)
- July 2013 (10)
- June 2013 (43)
- May 2013 (46)
- April 2013 (16)
- March 2013 (11)
- February 2013 (18)
- January 2013 (8)
- December 2012 (11)
- November 2012 (30)
- October 2012 (42)
- September 2012 (9)
- August 2012 (71)
- July 2012 (18)
- June 2012 (35)
- May 2012 (34)
- April 2012 (16)
- March 2012 (33)
- February 2012 (50)
- January 2012 (25)
- December 2011 (38)
- November 2011 (29)
- October 2011 (71)
- September 2011 (57)
- August 2011 (34)
- July 2011 (25)
- June 2011 (37)
- May 2011 (71)
- April 2011 (41)
- March 2011 (57)
- February 2011 (70)
- January 2011 (53)
- December 2010 (76)
- November 2010 (36)
- October 2010 (92)
- September 2010 (79)
- August 2010 (59)
- July 2010 (74)
- June 2010 (129)
- May 2010 (121)
- April 2010 (148)
- March 2010 (92)
- February 2010 (76)
- January 2010 (75)
- December 2009 (64)
- November 2009 (69)
- October 2009 (110)
- September 2009 (49)
- August 2009 (67)
- July 2009 (51)
- June 2009 (106)
- May 2009 (91)
- April 2009 (81)
- March 2009 (100)
- February 2009 (71)
- January 2009 (91)
- December 2008 (63)
- November 2008 (98)
- October 2008 (98)
- September 2008 (114)
- August 2008 (65)
- July 2008 (96)
- June 2008 (89)
- May 2008 (116)
- April 2008 (148)
- March 2008 (123)
- February 2008 (81)
- January 2008 (99)
- December 2007 (75)
- November 2007 (76)
- October 2007 (91)
- September 2007 (107)
- August 2007 (207)
- July 2007 (205)
- June 2007 (141)
- May 2007 (135)
- April 2007 (164)
- March 2007 (141)
- February 2007 (178)
- January 2007 (192)
- December 2006 (84)
- November 2006 (143)
- October 2006 (96)
- September 2006 (288)
- August 2006 (235)
- July 2006 (173)
- June 2006 (224)
- May 2006 (225)
- April 2006 (268)
- March 2006 (162)
- February 2006 (234)
- January 2006 (263)
- December 2005 (230)
- November 2005 (206)
- October 2005 (175)
- September 2005 (189)
- August 2005 (191)
- July 2005 (260)
- June 2005 (225)
- May 2005 (263)
- April 2005 (369)
- March 2005 (302)
- February 2005 (222)
- January 2005 (291)
- December 2004 (364)
- November 2004 (335)
- October 2004 (317)
- September 2004 (362)
- August 2004 (368)
- July 2004 (306)
- June 2004 (269)
- May 2004 (214)
- April 2004 (273)
- March 2004 (352)
- February 2004 (326)
- January 2004 (458)
- December 2003 (278)
- November 2003 (308)
- October 2003 (338)
- September 2003 (408)
- August 2003 (386)
- July 2003 (415)
- June 2003 (541)
- May 2003 (674)
- April 2003 (461)
- March 2003 (647)
- February 2003 (495)
- January 2003 (514)
- December 2002 (612)
- November 2002 (528)
- October 2002 (705)
- September 2002 (567)
- August 2002 (509)
- July 2002 (576)
- June 2002 (689)
- May 2002 (529)
- April 2002 (794)
- March 2002 (656)
- February 2002 (706)
- January 2002 (794)
- December 2001 (456)
- November 2001 (637)
- October 2001 (772)
- September 2001 (557)
- August 2001 (889)
- July 2001 (720)
- June 2001 (865)
- May 2001 (1,031)
- April 2001 (908)
- March 2001 (715)
- February 2001 (568)
- January 2001 (128)