Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Orders business object test
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01278770
Message ID:
01279571
Views:
9
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform