Home All Groups Group Topic Archive Search About

Autogenerated dataset from a mdb access database

Author
16 Feb 2006 12:05 PM
Alvaro Enriquez de Luna
Hello everybody.

I have included an Access mdb database in my c# project. Visual Studio
2005 has autogenerated a xsd dataset (cs, xsc and xss files). My
problem is that, after making modifications in the mdb file directly
from access, the dataset doesn´t refresh in my program (in this case,
I have changed the name of a column in one of the tables). Does anybody
know how can I do to make my application to refresh database tables
each time it executes?

Thanks in advance.

Author
16 Feb 2006 1:13 PM
W.G. Ryan - MVP
Out of the box I don't believe there is a way to do this.  One of the issues
related with using the autogenerated stuff.  You can add it by hand though
and reconfigure your adapter, it shouldn't be too time intensive in most
situations.
"Alvaro Enriquez de Luna" <alvaro***@gmail.com> wrote in message
news:1140091514.940250.104610@z14g2000cwz.googlegroups.com...
Hello everybody.

I have included an Access mdb database in my c# project. Visual Studio
2005 has autogenerated a xsd dataset (cs, xsc and xss files). My
problem is that, after making modifications in the mdb file directly
from access, the dataset doesn´t refresh in my program (in this case,
I have changed the name of a column in one of the tables). Does anybody
know how can I do to make my application to refresh database tables
each time it executes?

Thanks in advance.

AddThis Social Bookmark Button