I'm not sure if this is the best forum for this question, but I'll ask anyway and hope for the best...
I am building some components that will then be used in a web application. While I will be doing some of the web development as well (using ASP), there will be another also doing some of the web development. Some of the components will be returning disconnected recordsets that can then be accessed from the ASP pages so that users can view the data. What my dilemma concerns is how the other programmers will know what fields are returned in the disconnected recordset (since everything related to the data will be in the component module). I can simply write down the fields and tell the other programmers the fields in each function of the module, but was hoping that there might be an easier way that I am just not aware of.
I know both VB and ASP, but am not an "expert" in either. Just wondering if anyone might know a way shortcut for this. Thanks for any help! Insanity is merely a state of mind while crazy people have a mind of their own.
I am building some components that will then be used in a web application. While I will be doing some of the web development as well (using ASP), there will be another also doing some of the web development. Some of the components will be returning disconnected recordsets that can then be accessed from the ASP pages so that users can view the data. What my dilemma concerns is how the other programmers will know what fields are returned in the disconnected recordset (since everything related to the data will be in the component module). I can simply write down the fields and tell the other programmers the fields in each function of the module, but was hoping that there might be an easier way that I am just not aware of.
I know both VB and ASP, but am not an "expert" in either. Just wondering if anyone might know a way shortcut for this. Thanks for any help! Insanity is merely a state of mind while crazy people have a mind of their own.