Site Search:
Sign in | Join | Help
4Penny.net

Steve Gray

Random Thoughts from the 4Penny VP of Development

Subsonic Timeout Expired error

Here's the technique that I use to increase the command timeout property in a Subsonic request:

 

Dim sp As SubSonic.StoredProcedure


sp = myProj.SPs.myStoredProcName(myParam)
sp.CommandTimeout = 500
sp.Execute()

Comments

No Comments

Leave a Comment

(required)  
(optional)
(required)  
Add

About Steve Gray

Steve is a seasoned (translate: old) developer in VB and ASP.NET. He spends most of his time in Dynamics GP, writing custom mods for consulting firms. Crystal reports, eConnect, VS Tools for Dynamics... anything that comes along.