Hi All,
Let say that I have an Oracle table of 10 fields with 3000 records in it.
I will read this table ans store its content in a datastore or in a structure.
I would like to know what is the more easy to manipulate and what is the more efficient : a datastore or a structure ?
I will need this object at anytime in the application, so there will be instance variables in an instancied non visual object, which will be instancied at the start of the application.
Can you give me your advice on this question ?
Thank you,
Thorben
Let say that I have an Oracle table of 10 fields with 3000 records in it.
I will read this table ans store its content in a datastore or in a structure.
I would like to know what is the more easy to manipulate and what is the more efficient : a datastore or a structure ?
I will need this object at anytime in the application, so there will be instance variables in an instancied non visual object, which will be instancied at the start of the application.
Can you give me your advice on this question ?
Thank you,
Thorben