C
C P
I'm designing an ASP.NET custom component, the content of which will be
data-driven. The data that the component will use only needs to be read
only. I had thought about using an XML file for the data source, but I
think the file would be a few MB's. I don't understand XML too well, but my
understanding is that my component would quite likely have to read the whole
XML file even if the info of interest didn't take up the whole file (or at
least I'd have to load much of the file into memory). I'm considering using
an MS Access file instead. Is MSAccess/Jet going to be ok for this sort of
application, since it will be read only? SQL Server could be an option, but
I'd like to keep this stuff in a 'protected' format of some sort where only
I (as the component designer) would have access to it's contents.
Thanks,
Chris.
data-driven. The data that the component will use only needs to be read
only. I had thought about using an XML file for the data source, but I
think the file would be a few MB's. I don't understand XML too well, but my
understanding is that my component would quite likely have to read the whole
XML file even if the info of interest didn't take up the whole file (or at
least I'd have to load much of the file into memory). I'm considering using
an MS Access file instead. Is MSAccess/Jet going to be ok for this sort of
application, since it will be read only? SQL Server could be an option, but
I'd like to keep this stuff in a 'protected' format of some sort where only
I (as the component designer) would have access to it's contents.
Thanks,
Chris.