Im creating an application that will have several forms that all need to connect to a database.
How do I declare my connection object and connection string so that is is accessable from all forms? i.e. in a spearate module?
How do I declare my connection object and connection string so that is is accessable from all forms? i.e. in a spearate module?