C
Chris Thunell
I have 2 forms, on 1 form i use the wizards to create a strong typed dataset
with tables from an SQL database... and from that i can do stuff like:
me.daEmployee.fill(me.dataset11.tblEmployee) plus some 3rd party controls
can see it the datatables etc etc.
Is there anyway when i open the second form that this information that has
already been loaded into my in-memory dataset be available on all my other
forms... and still be strong typed. (i think i'm using "strong typed"
wording correctly)
I'm in Vstudio2003 and this is a windows forms project.
Any help would be greatly appreciated!
Chris
with tables from an SQL database... and from that i can do stuff like:
me.daEmployee.fill(me.dataset11.tblEmployee) plus some 3rd party controls
can see it the datatables etc etc.
Is there anyway when i open the second form that this information that has
already been loaded into my in-memory dataset be available on all my other
forms... and still be strong typed. (i think i'm using "strong typed"
wording correctly)
I'm in Vstudio2003 and this is a windows forms project.
Any help would be greatly appreciated!
Chris