I'm in the process of writing a program that will be used to access a MS Access database via a webservice. The webservice will move the data via a dataset. I have a simple example of what I want running, but when I try to use the dataset generator in Visual Studio with the actual database it fails during the generation of the SQL statements. The problem appears to be linked with the number of fields in the database. My question is, is there some upper limit to how many fields a dataset can have? Is there anyway around this?
~pcjunky
Start Free Trial