Search Results

0
votes

VS2005/VS2008 DataSet designer, insert a row into a table that has an autogenerated guid column

Possibly one of these: If you don't need the column in your DataSet for your app, then remove it. If you want the column but don't care to give it a value, then change it to …
0
votes

Dynamic selection of dataset in SSRS

It would be easier to create and maintain if you have two separate tables and hide one or the other depending on the choice made. I haven't tried this, but I think another possibility would …