RE: Query file system using ADO?

From: Steve Hoberecht [Microsoft] (SteveHoberechtMicrosoft_at_discussions.microsoft.com)
Date: 10/25/04

  • Next message: futbridge: "Unicode CSV"
    Date: Mon, 25 Oct 2004 10:31:04 -0700
    
    

    Hi Jim,

    There is an Active Directory provider (ADSI) that allows ADO to read file
    system information. You can start with the following MSDN article for
    reference:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdrefadsprovspec.asp

    Thanks,
    Steve

    "Jim~C" wrote:

    > Is it possible to use ADO to query the file system (e.g. NTFS) to return
    > folders/files in recordset format?
    > Any code samples would be greatly appreciated!
    >
    > Thx in advance,
    > Jim
    >
    >
    >


  • Next message: futbridge: "Unicode CSV"

    Relevant Pages

    • Re: Using ADO and Late Binding
      ... but it is possible to use ADO with early binding. ... Note that the .xla is saved with a low ADO version reference. ... Dim ADOConn As Object ... Dim strADOFile As String ...
      (microsoft.public.excel.programming)
    • Re: Query error after converting
      ... If removing the reference to ADO solved the problem, ... I already mentioned that Recordset is an object in both the ADO and DAO ... libraries for much of its functionality, and any external library it uses is ...
      (microsoft.public.access.conversion)
    • Re: My switchboards wont work with WinXP !
      ... The Switchboard code you posted is, without a doubt, ADO code. ... order for that code to run properly as is a Reference must be set to ADO. ... the Switchboard form itself than the solution would be as easy as this: ... the database and you are up and running. ...
      (microsoft.public.access.forms)
    • RE: references trouble (maybe...?)
      ... the 'name' of the ADO .dll is ADODB and not ADO as I mentioned ... reference it from there (delete the existing reference then click on Browse ... Then, when running the installation wizard I include the .dll file, to be ...
      (microsoft.public.access.modulesdaovba)
    • Re: Calculator.. type mismatch error when closing?
      ... not you're using ADO anywhere else in your database. ... dialog and remove the reference to the Microsoft ActiveX Data Objects 2.x ... Library then do a compile on your database. ... >> use Dim prp as DAO.Property (to guarantee an ADO recordset, ...
      (microsoft.public.access.forms)

    Loading