You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
384 B
17 lines
384 B
|
|
|
|
//
|
|
// 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}";
|
|
};
|
|
|