Global DataSet or ODBCConnector

Sep 28 2004 1:18 PM
I am developing an application that has many dialogs in it that access the same ODBC connection. I need to be able to either share the variables globally or have some way of providing all the seperate dialogs that i have created with the same connector without opening a new connection. Any help is appreciated. Thanks in advance.