Hi!
Can you please explain me and/or show some good tutorials how to do it?
It seems pretty complicated because visual studio usually does it all for you and that made me stupid and not to do anything about it.
Things I don't know to do in code but I know VS does it for me:
-connection string
-dataset
-tableadapter
-bindingsource
-bindingnavigator
-table adapter methods and queries
...
I'm sure there is a good tutorial somewhere on the internet.

I'm okay with doing it with designer, but now when I have a situation where I can't use MDI container but tabcontrol.
Other solution would be to make a MDI container out of tabcontrol. Is it posible or only other form can be MDI container.


Thank you for your help and your time!