[Message Deleted]
-
[Message Deleted]
-
[Message Deleted]
VengefulSakhmet wrote:
I need to perform a query on the files located in the Registry.
There are no files located in the Registry. It contains Key and Values where a Value is actually a key-value pair. AFAIK it does not support SQL queries because it is not a relational database.
Regards David R --------------------------------------------------------------- "Every program eventually becomes rococo, and then rubble." - Alan Perlis
-
[Message Deleted]
Your database path is anything but. That's a path in the Registry, not a path to a database. You have to retrieve a value from that key (whatever name it has...), and then pass that value to the creation of the SqlConnection object.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...