Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MmDataAccessBase class problems
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00863208
Message ID:
00863214
Views:
10
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)'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform