你是指的odbc吗?
不过odbc我只见过user dsn 和 system dsn
我的感觉,user dsn只对当前用户起作用system dsn对所有用户起作用
就象winnt的开始菜单,有一部分快捷方式所有用户都可见,有一部分只对当前用户起作用

解决方案 »

  1.   

    就是odbc的DSN
    好像不是針對用戶來說的吧 例如有一個名為"MyDsn"的DSN 不管是User DSN 還是 Severs DSN 在代碼中都可以用 ADO 的連接打開 如 MyCn.open "MyDsn"
    大蝦們發表發表意見吧!!
      

  2.   

    An ODBC data source name (DSN) can be one of the following types: User - A data source local to a computer and accessible only by the current user that created the data source. 
    System - A data source local to a computer but not dedicated to a specific user, so any user with appropriate privileges can access a system DSN. A System data source is visible to all users on a computer, including Windows NT services. 
    File - A data source stored in a file that can be shared among all users who have the same ODBC drivers installed. These data sources need not be dedicated to a specific user or local to a computer.