B
bblanco
I've had trouble with project DataSet objects created by VS.Net. If I go into
my database and change my table structure or modify my Select store procedure
the TableAdaptor does not make the adjustments. I read that "Configure" is
supposed to refresh the TableAdpater after VS2005 SP1. I've tried VS2005 SP1
and VS2008. I "configure" the tabledadapter and it does not help. If I do to
DataSet1.xsd and right-click on my TableAdapter and click PreviewData, I see
the adjusted datastructure in the query result. But, If I go and create a new
ObjectDataSource and gridview. The changes that I have made do not appear.
The ObjectDataSource still only sees the original structure and parameters.
I have found the only way for the TableAdaptor or its resulting DataSources
to reflex any changes I make to my data structure or stored procedures is if
I completely delete the DataTable from the Dataset and recreate it.
So, what am I missing why is the dataset not being refreshed or
reconfigured? Is there a chache I need to clear?
my database and change my table structure or modify my Select store procedure
the TableAdaptor does not make the adjustments. I read that "Configure" is
supposed to refresh the TableAdpater after VS2005 SP1. I've tried VS2005 SP1
and VS2008. I "configure" the tabledadapter and it does not help. If I do to
DataSet1.xsd and right-click on my TableAdapter and click PreviewData, I see
the adjusted datastructure in the query result. But, If I go and create a new
ObjectDataSource and gridview. The changes that I have made do not appear.
The ObjectDataSource still only sees the original structure and parameters.
I have found the only way for the TableAdaptor or its resulting DataSources
to reflex any changes I make to my data structure or stored procedures is if
I completely delete the DataTable from the Dataset and recreate it.
So, what am I missing why is the dataset not being refreshed or
reconfigured? Is there a chache I need to clear?