Map Network Drive in VB.NET

  • Thread starter Thread starter Johnny Fugazzi
  • Start date Start date
J

Johnny Fugazzi

I am working on a windows service that will do the following:

Run at a predetermined time
Map a network drive
Run several DTS packages on a SQL server.

I am having problems coming up with a way to map the network drive via code
using vb.net. The mapped drive is required for the DTS tasks to hit an ODBC
database using s system DSN.

Can anyone point me in the right direction for this?
 
Back
Top