Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic SQL generation is not supported.
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01227545
Message ID:
01227810
Views:
17
Liew,

>I hit the following error when I tried to update the record row in GridView, please advise. Thanks.
>
>
>[Message]    = Dynamic SQL generation is not supported against multiple base tables.
>
This is an ADO.NET error message. It sounds like you retrieved data from multiple tables and then tried to update. ADO.NET doesn't handle updates to multiple base tables very well. That said, rather than using dynamic SQL to update your data, you can use the Business Layer Generator to generate insert, update, and delete stored procedures instead. Check out the MM .NET Dev Guide topic "Using the Business Layer Generator | Step 4: Data Access Layer Options | Create New Stored Procedures.

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