Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MmDataAccessBase class problems
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00863208
Message ID:
00863214
Vues:
8
That's an abstract class upon which the framework's data access classes are based. You either need to use one of the framework's concreate data access classes (mmDataAccessSql or mmDataAccessOleDb) or implement that method (and likely others) in your subclass.

The latter should only be necessary if you need to write a class to access a propriertary database or some store the framework otherwise doesn't support. Through mmDataAccessOleDb, I'd think just about everything out there can be accessed, but I don't know that for certain.

Kelly

>I'm having problems with mmDataAccessBase class.
>Here is the error message
>O:\OTS Business\Common.cs(12): 'IEI.OTS.Business.Common' does not implement inherited abstract member 'OakLeaf.MM.Main.Data.mmDataAccessBase.ConfigureInsertForAutoIncrement(string)'
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform