Access Database Error
-
I created a simple database with 3 fields in it. When i tried to access it through VB.NET it says unknown data and will not let me go any further. any information on how to correct this problem would be appreciated. Thank you
You'll have to describe HOW your trying to access the database before anyone can tell you what's going on. Without seeing the code your using, it's near impossile to give you an accurate answer. RageInTheMachine9532
-
You'll have to describe HOW your trying to access the database before anyone can tell you what's going on. Without seeing the code your using, it's near impossile to give you an accurate answer. RageInTheMachine9532
sorry about that. I make the connection with jet 4.0 and i use a data adapter and im still good but when i try to generate the dataset it throws an error. The problem only happens when i try to access databases that i have created. When i use a database from example code it works fine. It must be something in the formatting of the database.
-
sorry about that. I make the connection with jet 4.0 and i use a data adapter and im still good but when i try to generate the dataset it throws an error. The problem only happens when i try to access databases that i have created. When i use a database from example code it works fine. It must be something in the formatting of the database.
What's the error? What does the code look like? What line is the error on? Details! Lots of details! RageInTheMachine9532