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 ?
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 ?