Different data results, yet same database

BulleT2k

New member
Joined
Feb 29, 2008
Messages
1
Programming Experience
3-5
Hello, I created a blank MS Access database and created my first table. In the application I'm writing in VB.NET 2008, I use ADO.NET to connect to the database. The table is shown fine, but when altering the records/rows, I get this wierd outcome. The problem: all records i'm adding through my application is read by my application, but once the database is opened in MS Access there is no sign of the changes i made. And all changes i create in MS Access, I can't see in my application? Does this database contain two versions of data? Is there really no shadow copy I'm just not seeing? What could be the reason that my work can't continue?
 
Congratulations, youre the 1,000,001 person to ask this question.. you jsut won a speedboat. For the answer to your question by the way, read the DNU link in my signature. The db youre opening in access is NOT THE SAME db that your app is putting records in!
 

Latest posts

Back
Top