2025-04-27 07:49:33 -04:00

18 lines
384 B
Plaintext

//
// Creates a subnamespace of ROOT\DEFAULT called ROOT\DEFAULT\SQLTEST
// using a database called TEST in the local MSDE installation.
//
instance of __WmiMappedDriverNamespace
{
Name = "sqltest";
server = ".";
UserID = "sa";
Password = "";
database = "test";
CLSID = "{89B9BAF8-6A06-11d3-A5FE-00105A0A3102}";
};