Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Teething Troubles
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00948379
Message ID:
00948806
Views:
18
Gerard,

>Do I still need the ...this.UpdateSelectStatement = "SELECT * From KFISR";
>even though my GetAllNames method in the BusinessObject says:
> public DataSet GetAllNames()
> {
> return this.GetDataSet("SELECT * From KFISR");
> }

With the VFP OLEDB provider, sometimes you do, and sometimes you don't! If in doubt, I would explictly specify it as shown above.

>1. when I add , the data in the current record in the Properties page is not blank, or

>2. The Delete item throws up the error

I'm not sure what's going on with these two items...I recommend creating a custom data access class as described in the MM .NET Dev Guide topic "Creating Custom Data Access Classes".

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
Next
Reply
Map
View

Click here to load this message in the networking platform