Arg81
Well-known member
I will get shot for this no doubt.
I use a "lookup" dataSet, where I store all the tables that only use Select from my SQL database.
Instead of connecting to the DB, and using dataAdapters to fill this dataSet on every form that opens in my app, is there a way to fill all of this lookup data on my application load (I assume I do it when on my 1st form load) ?
I did try this, and then on another form add a Typed dataSet and set a grid to the table, but it came back empty. Surely I don't need to use DA's on every form to load the same information time and time again into the dataSet?
Again, apologises for the stupidity, but something I've never really thought about before.....
Luke
I use a "lookup" dataSet, where I store all the tables that only use Select from my SQL database.
Instead of connecting to the DB, and using dataAdapters to fill this dataSet on every form that opens in my app, is there a way to fill all of this lookup data on my application load (I assume I do it when on my 1st form load) ?
I did try this, and then on another form add a Typed dataSet and set a grid to the table, but it came back empty. Surely I don't need to use DA's on every form to load the same information time and time again into the dataSet?
Again, apologises for the stupidity, but something I've never really thought about before.....
Luke