Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you set the Command Timeout
Message
 
À
23/11/2004 14:00:44
Max Fillmore
Essential Skills, Inc.
Lenexa, Kansas, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
VB.NET 1.1
Database:
MS SQL Server
Divers
Thread ID:
00963696
Message ID:
00965230
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform