MarkButler
Programmer
There was a great article published in FoxPro Advisor last month that worked through defining an ODBC driver using a small program and the registry.vcx class. I wish to do the same except that I would like to delete the driver if it exists when the user is having problems and then redefine it.
I was wondering how to delete the ODBC driver. Ther is a "DeleteKey" method in the class which is passed two parameters.
LPARAMETER nUserKey,cKeyPath
I cant seem to find any documentation as to what these parameters are and I ma afraid to just start experimenting and corrupt the registry.
Any help would be appreciated. TIA
I was wondering how to delete the ODBC driver. Ther is a "DeleteKey" method in the class which is passed two parameters.
LPARAMETER nUserKey,cKeyPath
I cant seem to find any documentation as to what these parameters are and I ma afraid to just start experimenting and corrupt the registry.
Any help would be appreciated. TIA