Timeout Error -
06-27-2006
, 02:22 PM
I am getting a timeout error using DTSPackage with VB.Net.
Dim dtsp As New DTS.Package
dtsp.LoadFromStorageFile(DataStore.ServerDatabaseD TSPackageFile, "")
dtsp.Execute()
Do I have to run this on a separate thread? It is a long running query that
gets executed inside the vb.net program. I am not sure if DTS is timing
out, or .Net waiting for it. Any suggestions?
Derek Hart |