G
Guest
I used the designer in Visual Studio 2005 to create a dataset data source.
I dragged a table to a form and thereby got BindingSource and dataset
instances created for me.
Later I had to add another table to the data source.
In the designer generated code the new table seems to be created exactly as
the old one, but it won't compile - error message states the new table
doesn't exist.
But it does!
Do I have to re-create the whole dataset?
Any tips appreciated!
Best regards,
kk
I dragged a table to a form and thereby got BindingSource and dataset
instances created for me.
Later I had to add another table to the data source.
In the designer generated code the new table seems to be created exactly as
the old one, but it won't compile - error message states the new table
doesn't exist.
But it does!
Do I have to re-create the whole dataset?
Any tips appreciated!
Best regards,
kk