.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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top