Search results for query: *

  1. D

    How to store database records into array with VB.NET?

    The script is retrieving all directory names and sizes of a given network share. I want to run the script so that it can look up multiple network shares. There's probably a better way to do this but I have the network share UNC paths in a database table. So that's why I want to retrieve the...
  2. D

    How to store database records into array with VB.NET?

    I want to retrieve all records from an MS Access table and store them into an array. Can someone give me an example of how to do that in VB.NET? Thanks in advance!
  3. D

    Retrieve all shares on a server programmatically?

    I have 50 shares on a server \\server\share1 \\server\share2 ... \\server\share50 I could statically add the names of each 50 shares to run on my script but that would take forever. Plus I have 10+ servers I need to run this script on.. Is there a way to retrieve all shares on a server...
  4. D

    Retrieve all shares on a server?

    I have 50 shares on a server, \\server\share1 ,\\server\share2, ...,\\server\share50. I could statically add the names of each 50 shares to run on my script but I don't want to do that. Is there a way to retrieve all shares on a server dynamically/programmatically? Is there an API that I...
Back
Top