Re: dbd configuration question (DBD::Informix)

2004-04-07 Thread Jonathan Leffler
Weaver, Slade wrote: Ahhh, A bit more research on Google revealed the answer I was looking for. I assume you found the documentation on DBD_INFORMIX_RELOCATABLE_INFORMIXDIR which deals with this problem... _ From: Weaver, Slade Sent: Tuesday, Apr

RE: Passing two parameters in insert statement

2004-04-07 Thread Ronald J Kimball
Robert [mailto:[EMAIL PROTECTED] wrote: > > $perl code1.pl > Line_of_buss_id 100 with insured_number 00279 > execute called with 2 bind variables when 0 are needed at C:/perl/site > /lib/DBI.pm line 1347. > my $sel2 = $dbh1->prepare("select count(*) > from coverage_app > where status='Posted' >

Passing two parameters in insert statement

2004-04-07 Thread Robert
Hi list When I run the following program, I am getting the following error $perl code1.pl Line_of_buss_id 100 with insured_number 00279 execute called with 2 bind variables when 0 are needed at C:/perl/site /lib/DBI.pm line 1347. #!C:\perl\ActivePerl\Perl\bin\perl -w use DBI; use strict; use DBI

RE: :ODBC to SQL Server - can 2 queries be open at same time on 1 connection

2004-04-07 Thread Jeff Urlwin
> > > Hi. > > Is it possible to have two queries open at the same time on one > connection to a DB? I'm using DBD::ODBC to access an SQL > Server DB, if > that makes any difference. > > I'm trying to access some info from one set, then, based on the the > info from each result to that query

Re: DBD::chart linegraph questions

2004-04-07 Thread Dean Arnold
> > Hi people, > > I am trying to graph a line chart of bandwitdh utilization.see attachment. > > 1)The x axis is determined by the module itself. > Is there anyway i can override this and determine my own x axis. > Can i have say points every hour with markers every four harrs in a daily graph

DBD::ODBC to SQL Server - can 2 queries be open at same time on 1 connection

2004-04-07 Thread Graham Davison
Hi. Is it possible to have two queries open at the same time on one connection to a DB? I'm using DBD::ODBC to access an SQL Server DB, if that makes any difference. I'm trying to access some info from one set, then, based on the the info from each result to that query, I need to get some info

RE: DBD::chart linegraph questions

2004-04-07 Thread Rajdeep Singh CHIMNI
MRTG uses RRD thereby making it difficult to plot pinpoint data. RRD aggregates on its own i want to see data down too 5 minutes say after a year. So i decided to go with cgi/perl/dbi/dbd::chart/dbd::mysql -Original Message- From: Sumitro Chowdhury [mailto:[EMAIL PROTECTED] Sent: Wednesda

Re: DBD::chart linegraph questions

2004-04-07 Thread Sumitro Chowdhury
OT, but doesn't MRTG ( http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ ) work for you ? Sumitro. On Wed, 2004-04-07 at 08:54, Rajdeep Singh CHIMNI wrote: > Hi people, > > I am trying to graph a line chart of bandwitdh utilization.see attachment. > > 1)The x axis is determined by the module i

DBD::chart linegraph questions

2004-04-07 Thread Rajdeep Singh CHIMNI
Hi people, I am trying to graph a line chart of bandwitdh utilization.see attachment. 1)The x axis is determined by the module itself. Is there anyway i can override this and determine my own x axis. Can i have say points every hour with markers every four harrs in a daily graph. 2)the legend als

RE: dbd configuration question

2004-04-07 Thread Roger Reid
Is just the filesystem being swung over? I guess you can install it on the passive node, or have the entire volume swing over. It appears the easiest would be to have it installed on the other node. > -Original Message- > From: Weaver, Slade [mailto:[EMAIL PROTECTED] > Sent: Tuesday, A

RE: dbd configuration question

2004-04-07 Thread Weaver, Slade
Ahhh, A bit more research on Google revealed the answer I was looking for. sw > _ > From: Weaver, Slade > Sent: Tuesday, April 06, 2004 4:15 PM > To: '[EMAIL PROTECTED]' > Subject: dbd configuration question > > Hi, I have a questio

dbd configuration question

2004-04-07 Thread Weaver, Slade
Hi, I have a question for the forum.. I currently support an environment where $INFORMIXDIR may swing between systems. It appears that the Perl DBD module was compiled to look for the libixsql.so library at /repsup1/informix/lib/esql/libixsql.so. That file system is currently active on anot