Random Thoughts from the 4Penny VP of Development
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()
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.