Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LoadRow
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Miscellaneous
Thread ID:
01415120
Message ID:
01415151
Views:
56
Is this what you're looking for?
public ABusinessObject()
        {
            this.DatabaseKey = "DBName";
            this.RetrieveAutoIncrementPK = true;
            this.DefaultCommandType = CommandType.StoredProcedure;
            this.AutoSaveOnParentSaved = true;
        }
>I must have something not set quite right. When I invoke any entity's loadRow() method, it's failing. Digging into it, the method appears to build a perfect command string for what I need, but then when it calls loadDataSet() its sends the CommandType parameter as a StoredProcedure, rather than a command. Where's the setting to say that it's not a stored procedure?
>
>Thanks,
>
>Eric
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform