|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Autogenerated dataset from a mdb access databaseHello 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. "Alvaro Enriquez de Luna" <alvaro***@gmail.com> wrote in message I have included an Access mdb database in my c# project. Visual Studionews:1140091514.940250.104610@z14g2000cwz.googlegroups.com... Hello everybody. 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. |
|||||||||||||||||||||||