Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Orders business object test
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01278770
Message ID:
01279571
Vues:
8
>An unhandled exception of type 'System.Exception' occurred in Mere Mortals Framework 2005.dll
>
>Additional information: A database key must be specified
>
>
>when I tested business object ,,retrieving data..
> method getorderbyorderid()

In your project's ABusinessObject class, you need to set the DatabaseKey property to match the key that is in your app.config file. For example:
this.DatabaseKey = "Northwind";
Best 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
Répondre
Fil
Voir

Click here to load this message in the networking platform