Re: DBD::Oracle 1.12 under RedHat 7.2

2001-11-09 Thread Don Seiler
This tutorial is really great for your situation: http://www.orafaq.com/msgboard/unix/messages/445.htm Explains about copying .so files etc for linking errors. Don. On Fri, 9 Nov 2001, John Vaccaro wrote: > Greetings; > we are attempting to build DBI::Oracle under Redhat 7.2 for Oracle 8.1.6

RE: Looping through recordset twice

2001-11-02 Thread Don Seiler
I guess I'm not that concerned with that level of detail. there are a million different ways to do that part. It was just the part of finding the groups that I needed help with. Thanks though. Don. On Fri, 2 Nov 2001, Wilson, Doug wrote: > > > From: Don Seiler [mailto:[E

Re: Looping through recordset twice

2001-11-02 Thread Don Seiler
r}); > } > > then finally... > > spew_group($_) foreach values %groups; > > YMMV on exact implementation. In similar implementations, I will often > have other stuff in the data structure beyond that which I got directly out > of the database. It all depends. &g

Re: Looping through recordset twice

2001-11-02 Thread Don Seiler
GENIUS! That did the trick. Thanks much, Don. On Fri, 2 Nov 2001, Ronald J Kimball wrote: > On Fri, Nov 02, 2001 at 08:42:42AM -0600, Don Seiler wrote: > > Perhaps I wasn't supposed to take it so literally, and my hash handling > > skillz aren't quite what they sho

Re: Looping through recordset twice

2001-11-02 Thread Don Seiler
_is_OK($groups{$group_number}); > } > > then finally... > > spew_group($_) foreach values %groups; > > YMMV on exact implementation. In similar implementations, I will often > have other stuff in the data structure beyond that which I got directly out > of the databas

Re: Looping through recordset twice

2001-11-01 Thread Don Seiler
t; have other stuff in the data structure beyond that which I got directly out > of the database. It all depends. > > At 01:26 PM 11/1/01 -0600, Don Seiler wrote: > >Perhaps I'm missing it, then. > > > >basically my query is this: > > > >select cust_no, acct_t

Re: Looping through recordset twice

2001-11-01 Thread Don Seiler
t. I don't think I can make that determination until I've gone through the recordset though. -- Don Seiler [EMAIL PROTECTED] Database Administrator / Sr Software Engineer NSightTel Billing LLCPhone: 920.617.7501 1580 Mid Valley DriveFax:920.617.7493 De Pere, WI 5

Re: Looping through recordset twice

2001-11-01 Thread Don Seiler
and if they qualify saving that to master array for later printing. Don. On Thu, 1 Nov 2001, Michael Peppler wrote: > Don Seiler writes: > > Actually the nature of the problem is what stopped me from doing this. > > > > I won't know which records I want until I look at t

Re: Looping through recordset twice

2001-11-01 Thread Don Seiler
empty the array in either case. *shrug* Don. On Thu, 1 Nov 2001, Marcelo Guelfi wrote: > > I don't think so. Why don't you put the selected records in an auxiliary > structure (hash, array) and then go through that structure? > > > Saludos, > M

Re: Looping through recordset twice

2001-11-01 Thread Don Seiler
I was considering this, but just thought it would be easier to just set the flag in an aux structure and loop through my original recordset again, checking the flag each time. Anyone know if there is a definitive yes/no on this? Thanks, Don. -- Don Seiler [EMAIL PROTECTED

Looping through recordset twice

2001-11-01 Thread Don Seiler
Is there a way to back through a recordset after I've already gone through it? I want to go through the recordset, determining if certain groups of records meet my criteria. Then I want to go through again and print the groups that qualify. Since I have to deal with groups of records, I couldn'