in reply to Database question: pulling a particular field from a flat database
fieldname1|fieldname2|fieldname3|fieldname4|fieldname5|fieldname6|fiel +dname7|fieldname8; Comment id1|val2|val3|val4|val5|val6|val7|val8; another comment no|val2b|val3b|val4b|val5b|val6b|val7b|val8b; another comment id1c|val2c|val3c|val4c|val5c|val6c|val7c|val8c; another comment
Is this correct?
The code is pulling all the fields. Rather than reference it by number, what is the name of the 8th field that you want?
-monkfish (the fishy monk)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Database question: pulling a particular field from a flat database
by koacamper (Acolyte) on Sep 05, 2001 at 18:49 UTC | |
by monkfish (Pilgrim) on Sep 05, 2001 at 19:02 UTC | |
by koacamper (Acolyte) on Sep 06, 2001 at 06:04 UTC |