Autogenerated dataset from a mdb access database

  • Thread starter Thread starter Alvaro Enriquez de Luna
  • Start date Start date
A

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.
 
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.
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.
 
Back
Top