Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you set the Command Timeout
Message
 
To
23/11/2004 14:00:44
Max Fillmore
Essential Skills, Inc.
Lenexa, Kansas, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB.NET 1.1
Database:
MS SQL Server
Miscellaneous
Thread ID:
00963696
Message ID:
00965230
Views:
13
Max,

Sorry it took me so long to get back to you...I actually took time off for Thanksgiving <s>!

The reason you're encountering this problem is because you need to override the method like this:
Public Overloads Overrides Sub FillDataSet(ByVal ds As System.Data.DataSet, ByVal dbAdapter As System.Data.IDbDataAdapter, ByVal tableName As String, ByVal clearOnFill As Boolean)

End Sub
Note the addition of the "Overloads" keyword.

When overriding a method in VB .NET, I recommend using the combo boxes in the code window. At the top left of the VS code window, select "(Overrides)" from the combo box. At the top right of the VS code Window, select the method you want to override. This inserts an override of the method with the proper syntax into your code window.

Regards,
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