Now a question which is probably a dumb one but hey...
I exported HKLM/SOFTWARE/ODBC/ODBC.INI/ODBC Data Sources/MyODBCName
But the export is at path not field level, so exported are
MyODBCName
AnotherODBCName
SomeoneElsesODBCName
I do not want users to obtain the other two ODBCs from my merge and I do not wnat them to lose any others they have.
If I delete the other two ODBC names and then merge the resultant file, will it literally be a merge (add my single registry line) or a replacement (remove existing)?
If they already had an ODBC called MyODBCName would it replace or error?
Yes, you can edit that file.
Yes, it will overwrite an entries with the same name.
The other entries should not matter, they are only settings to connect to an ODBC source. If the source does not exist they cannot connect to it.
In a batch file you put in this line:
start regedit /s F:\folder\filename.REG
Now, this will work in 98, but it might not in XP or 2000 if the policy for regedit is in effect.
Jon
There is much pleasure to be gained from useless knowledge. (Bertrand Russell)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.