Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [PaulW] Fetchrow_array() confusion?

Quote Reply
Re: [PaulW] Fetchrow_array() confusion? In reply to
This is from the help files...
Quote:
my $sth = $obj->select ( { Col => Val }, ['Col2', 'Col3'] );

is equivalant to ``SELECT Col2,Col3 FROM Table WHERE Col => 'Val'''.

And I dont see "@" sign... also I dont see fetchrow either...

I dont quite understand the perl that well...
Any help is welcome, how to get this thing done...
ie get or select 2 fields form the record and print them on the screen?
Subject Author Views Date
Thread Fetchrow_array() confusion? Suomi 3374 Nov 20, 2001, 10:34 AM
Thread Re: [Suomi] Fetchrow_array() confusion?
Paul 3250 Nov 20, 2001, 2:11 PM
Thread Re: [PaulW] Fetchrow_array() confusion?
Suomi 3244 Nov 20, 2001, 6:55 PM
Post Re: [Suomi] Fetchrow_array() confusion?
Paul 3236 Nov 21, 2001, 4:59 AM
Thread Re: [Suomi] Fetchrow_array() confusion?
Alex 3238 Nov 26, 2001, 10:29 AM
Post Re: [Alex] Fetchrow_array() confusion?
Suomi 3212 Nov 26, 2001, 4:20 PM