Autogenerated dataset from a mdb access database

  • Thread starter Alvaro Enriquez de Luna
  • 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.
 
W

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top