S
SandChicken
I have multiple forms that get shown when the users clicks
on a button. Each child form has data on it the is
recieved from the same database but from different tables.
My problem is that I can't get this to work without adding
a new db connection on each form. I've tried jsut adding
a dataset on the new form but it automatically creates a
new db connection for it.
It doesn't seem very elegant to have multiple connection
to the same DB in one project. I'm new at programming so
I was hoping for a simple solution.
Thank you
on a button. Each child form has data on it the is
recieved from the same database but from different tables.
My problem is that I can't get this to work without adding
a new db connection on each form. I've tried jsut adding
a dataset on the new form but it automatically creates a
new db connection for it.
It doesn't seem very elegant to have multiple connection
to the same DB in one project. I'm new at programming so
I was hoping for a simple solution.
Thank you