W
Wayne Wengert
I am attempting to work through a walkthrough for building a datagrid that
can be edited on an ASP page, I modified the walkthrough to use my own SQL
Server connection and one of my tables. I created the sqladapter, the
connection and built the dataset. All seemed to go fine but when I try to
run the project I get an error on the Fill method
SqlDataAdapter1.Fill(DsMyDataSet)
Any suggestions on how to debug this?
Wayne
can be edited on an ASP page, I modified the walkthrough to use my own SQL
Server connection and one of my tables. I created the sqladapter, the
connection and built the dataset. All seemed to go fine but when I try to
run the project I get an error on the Fill method
SqlDataAdapter1.Fill(DsMyDataSet)
Any suggestions on how to debug this?
Wayne