G
Guest
In a visual basic.net 1.1 windows application, I need to pass required and
optional values from a sql server 2000 table for a windows application to
process. Each of the 250 columns in the sql server 2000 database table are
options on how a windows application with process. The user will pick all the
options they want and then hit a submit button.
I am trying to decide how to pass all these options to the business logic
layer that will do the acutally processing. Each row in the sql server 2000
database contains the 250 optional ways for processing. Would it be better to
pass these values in a collection, struct, serialization, and/or some other
way? Would you show me some code and/or url on how to accomplish this task?
Thanks!
optional values from a sql server 2000 table for a windows application to
process. Each of the 250 columns in the sql server 2000 database table are
options on how a windows application with process. The user will pick all the
options they want and then hit a submit button.
I am trying to decide how to pass all these options to the business logic
layer that will do the acutally processing. Each row in the sql server 2000
database contains the 250 optional ways for processing. Would it be better to
pass these values in a collection, struct, serialization, and/or some other
way? Would you show me some code and/or url on how to accomplish this task?
Thanks!