Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Store Array in Database?

Status
Not open for further replies.

Wickersty

Programmer
Joined
Nov 13, 2002
Messages
51
Location
US
Hi.

I was wondering... is it possible to store an array in a table? How would I do that?

Say I had an array ques_array... and it contained, for brevity's sake:

quest_array[1]="Some text"
quest_array[2]="Some text"
quest_array[3]="Some text"

Could I store that array in one field in a table?

Any help would be appreciated.

Many thanks,

Jeff
 
Store each value as a separate record (with some identifying value).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top