Search results for query: *

  • Users: dmoonme
  • Content: Threads
  • Order by date
  1. 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!
  2. 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...
  3. 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