Use a public object/property like goApp.nSQLHandle or a public variable like gnSQLHandle to share the SQL handle across your application. Your application should ideally have a single connection to the SQL Server/
Use a public object/property like goApp.nSQLHandle or a public variable like gnSQLHandle to share the SQL handle across your application. Your application should ideally have a single connection to the SQL Server/