Leaked source code of windows server 2003
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

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