Link to home
Start Free TrialLog in
Avatar of chokka
chokkaFlag for United States of America

asked on

Loading Data to Typed Dataset - VS 2005 / VB.Net


Issue :- Application is not loading data from Database.

1) I am working on an existing Windows Application. 3 Layer  Architecture. In Data Access layer, we have a Typed Dataset which has almost 40 -50 Tables.

2) I am able to Autentication. It means, i am able to interact with Database.

3) But Typed Dataset is not loading existing data.

4) I am able to Add ( Insert, Update, Delete) new records - Which is also reflecting the database.

5) When i exit and re-login the application, I am not able to see any records. On database, I am able to view all the records.

In  general, On load - Typed Dataset is not loading the data from Database.

What are the possibility for this issue ? How we can fix this issue ?

Avatar of Reza Rad
Reza Rad
Flag of New Zealand image

could you upload your loading data to dataset code here?
Avatar of chokka

ASKER



Its an existing project. It works fine.

I am just handling some bugs. Now, I am not sure - Why Typed Dataset is not loading the values from Database.
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chokka

ASKER

Thanks