I spent quite awhile yesterday trying to determine why my code kept exploding calling SetData.
I did not properly create the columns and it was totally my overlooking it.
However, would it be possible to check the Columns list in the CreateTable procedure to just return if the count is 0 or throw an exception in future versions?
I found the 'CREATE TABLE" error thrown by the sql call to be very ambiguous.
I did not properly create the columns and it was totally my overlooking it.
However, would it be possible to check the Columns list in the CreateTable procedure to just return if the count is 0 or throw an exception in future versions?
I found the 'CREATE TABLE" error thrown by the sql call to be very ambiguous.