.Net SqlClient Data Provider

  • Thread starter Thread starter rufus
  • Start date Start date
R

rufus

Hi,
My vb.Net program is copy files from one network location
to another, because these are quite large files it takes
hrs and i keep getting a timeout expired error message
from the the data provider prior to completion.

Can anybody help?

Thank you
 
Can you show a code snippet? Moving files across the network sounds more
like it's related to IO than a DataAccess Provider.
 
Thanx for your reply Willan, i resolved the problem and i
was using SqlClient namespace that's why the provider in
question
 
Back
Top