T
Tilted
Evening chaps
I'm after a bit of advice, I've written a data tier using attributes,
reflection and inheritance, to test it I've written a simple order entry
program. Glad I did as it picked up many flaws, but as you may be aware as
soon as reflection is used things start slowing down, can anyone advise on a
decent test scenario.
I could create a table with 30 fields, create say 1000 records, create
another table with a 1:m relationship on the first with another 20 fields
and 5 records per record in the first table, and so on and so on.
Is this what you guys would do?
Chris.
I'm after a bit of advice, I've written a data tier using attributes,
reflection and inheritance, to test it I've written a simple order entry
program. Glad I did as it picked up many flaws, but as you may be aware as
soon as reflection is used things start slowing down, can anyone advise on a
decent test scenario.
I could create a table with 30 fields, create say 1000 records, create
another table with a 1:m relationship on the first with another 20 fields
and 5 records per record in the first table, and so on and so on.
Is this what you guys would do?
Chris.