R
Rob Diamant
Can anyone point me in a good direction on how to properly build one. I am
trying to create an Addin that will simplify my connecting to multiple SQL
Server database. I tried following the steps on MS KB without any success.
I have a function called SetDBConnection and my USysRegInfo table contains:
Subkey | Type | ValName | Value
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 0 | |
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 1 | Expression |
=SetDBConnection()
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 1 | Library |
|ACCDIR\DBConnection.mde
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 1 | Version | 1
Any help would be appreciated.
Rob
trying to create an Addin that will simplify my connecting to multiple SQL
Server database. I tried following the steps on MS KB without any success.
I have a function called SetDBConnection and my USysRegInfo table contains:
Subkey | Type | ValName | Value
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 0 | |
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 1 | Expression |
=SetDBConnection()
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 1 | Library |
|ACCDIR\DBConnection.mde
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\DBConnection | 1 | Version | 1
Any help would be appreciated.
Rob