Registry

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I need to store my database OLEDB connection path in the
registry, so that i can use again when my application is
reopened. Does anyone have some example code for this.



Thanks,
Mike
 
* "Mike said:
I need to store my database OLEDB connection path in the
registry, so that i can use again when my application is
reopened. Does anyone have some example code for this.

Have a look at the classes in the 'Microsoft.Win32.Registry' namespace,
'RegistryKey.SetValue' will be your friend.
 
Back
Top