Split 1 record into array

PipSmalls

New member
Local time
Today, 23:10
Joined
Apr 11, 2002
Messages
5
Hi,
I am looking to retireve 1 row from a table based on a query.
i.e. select * from TT where id="1"
I then want to put the entire contents of this into an array. The array will hold the id,date,number,text,text,text,text...etc

How do i do this ?
 

Users who are viewing this thread

Back
Top Bottom