do you know the local path to web.mdb, the path on that ftp1.go.163.com, something like, d:\whatever\...\web.mdb?

解决方案 »

  1.   

    Let me see! Answer you latter!
      

  2.   

    这个问题看来直接连接是不行的,因为是通过ftp来访问。
    数据库不大的话,可以先下载,再显示。
    自动下载不难做,用Inet控件,几句话就可以实现。
      

  3.   

    用ftp1.go.163.com的IP作为连接是可以的
      

  4.   

    在win2000的网络邻居里创建映射(不知道win98有没有能不能映射ftp站点,win2000可以),指向ftp://zmzftp:[email protected],为映射分配一个驱动器字母。如果用ODBC,可以直接在ODBC里创建映射。
      

  5.   

    >>win2000可以
    不可以!!!
    >>如果用ODBC,可以直接在ODBC里创建映射。 
    不可以!!!
      

  6.   

    Theoretically, you can do that. The MS Remote provider uses the RDS DataFactory on the remote server.  Hence you must have RDS setup and configured correctly on the remote server.If you want to use an ODBC DSN on the remote machine:oConn.Open "Provider=MS Remote;" & _
                      "Remote Server=http://myServerName;" & _ 
                      "Remote Provider=MSDASQL;" & _
                      "DSN=AdvWorks;" & _
                      "Uid=myUsername;" & _
                      "Pwd=myPassword;" If you want to use an OLE DB Provider on the remote machine:oConn.Open "Provider=MS Remote;" & _ 
                      "Remote Server=http://myServerName;" & _
                      "Remote Provider=Microsoft.Jet.OLEDB.4.0;" & _
                      "Data Source=\somepath\mydb.mdb;", _
                      "admin", "" 
    this article provides step by step procedures on how to connect to a remote access database:http://www.msdn.microsoft.com/library/default.asp?URL=/library/en-us/dn_voices_webmen/html/webmen100598.asp 
      

  7.   

    我在w2k中无法建立映射。好想这能映射驱动器。ftp站点映射不起来啊 。哎。老兄们帮帮忙啊。
      

  8.   

    FTP 站点能映射驱动器吗?