Introduction to ADO.NET(OLEDBCONNECTION)
This is an Introduction to ado.net(oledb),developed just to help you ^^, Hope you will gain knowledge about this sample program and learn a lot oha..Try now..hehe .Godbless!
In my tutorial “How to Pass Value from One Form to another Form” I discussed how the other form received a value by using a Public Variable.
There are so many discussions on the Internet that argues whether Public Variable is a good programming practice compare to Property. Well, IMHO public variable is an option for simplicity. You do not need to waste line of code just to get the same result.