T
Tony Johansson
Hello!
We have a database and several forms that access the database. When we
access the database from all the different forms we only want to have one
OleDbConnection that all the forms use. I assume that must be possible
because creating a OleDbConnection for each form takes a lot of time.
Where would I put this OleDbConnection so all the other forms understand
that a connection exist?
//Tony
We have a database and several forms that access the database. When we
access the database from all the different forms we only want to have one
OleDbConnection that all the forms use. I assume that must be possible
because creating a OleDbConnection for each form takes a lot of time.
Where would I put this OleDbConnection so all the other forms understand
that a connection exist?
//Tony