Hi all,
I have an application that I'll need to roll out to anywhere from 3000 to 20,000 users in a variety of languages.
It's a 10-step survey application that will ask the same questions and have the same input buttons in 6 different languages. Pages are labelled step6, step7, etc.
So my question is: which is more efficient:
a. to create a small table for each step, e.g.:
Or to use a struct?
I don't know enough at this point about server memory and resources to make an informed call on this.
Thanks!
Inger
I have an application that I'll need to roll out to anywhere from 3000 to 20,000 users in a variety of languages.
It's a 10-step survey application that will ask the same questions and have the same input buttons in 6 different languages. Pages are labelled step6, step7, etc.
So my question is: which is more efficient:
a. to create a small table for each step, e.g.:
Code:
STEP6
QNum Q_En Q_Es Q_De Q_Jp Q_Fr
Or to use a struct?
I don't know enough at this point about server memory and resources to make an informed call on this.
Thanks!
Inger