Can anybody help me to resolve this prob.
i have installed Visual Studio 2005 Professional edition. I am working in VB.Net. When I tried to connect to database it is connected but when i make some changes in table and try to update it does not work. It does not give any error. It seems like all fine. but when I retrieve the data via application menas data grid control on form. shows only previous data. no updates. i am using acess database.(north wind.mdb). I tried with SQL database. but same resuld.
Also when I drop the table to form it creates only following
Dataset
Binding source
tableadapter
and binding navigator objects.
where as it should create
dataset
dataconnector
tableadpater and datanavigator.( I have seen in chapter 4 "Building Datacentric applications" of book " introducing microsoft visual basic 2005 for developers.
It makes me upset. I could not find the solution. Can u please help me to resolve this prob. is it software problem or some settings
waiting for your earliest reply.
Thanks and regards
Muhammad Nasim Akhtar Siddiqui
[email removed]
i have installed Visual Studio 2005 Professional edition. I am working in VB.Net. When I tried to connect to database it is connected but when i make some changes in table and try to update it does not work. It does not give any error. It seems like all fine. but when I retrieve the data via application menas data grid control on form. shows only previous data. no updates. i am using acess database.(north wind.mdb). I tried with SQL database. but same resuld.
Also when I drop the table to form it creates only following
Dataset
Binding source
tableadapter
and binding navigator objects.
where as it should create
dataset
dataconnector
tableadpater and datanavigator.( I have seen in chapter 4 "Building Datacentric applications" of book " introducing microsoft visual basic 2005 for developers.
It makes me upset. I could not find the solution. Can u please help me to resolve this prob. is it software problem or some settings
waiting for your earliest reply.
Thanks and regards
Muhammad Nasim Akhtar Siddiqui
[email removed]
Comment