Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO Error
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
ADO Error
Miscellaneous
Thread ID:
01387229
Message ID:
01387229
Views:
96
I have called a stored proc which returns a DS from SQL. I inserted a row into a table in the DS, then called:
public void UpdateDataSet(DataSet DS, string TableName)
{
    try
    {
        _oAdapter.Update(DS, TableName);
    }
    catch (Exception e)
    {
        _oException = e;
    }
}
I'm getting the exception: "Dynamic SQL generation is not supported against a SelectCommand that does not return any base table information"

I need some help here.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform