Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timeout when deleting
Message
 
To
21/02/2014 06:56:04
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01594874
Message ID:
01594914
Views:
50
Frank,

It may be either the ConnectionTimeout or the CommandTimeout. Most likely the CommandTimeout.

The connection timeout can be set in the connection string in the App.Config.
“server=(local);uid=sa;pwd=;database=NorthWind;Connect Timeout=30;”

The CommandTimeout has to be set on the SqlCommand itself. You can override mmDataAccessSql.CreateDeleteCommand() and set it there.
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform