G
Guest
I am using VB.NET to retrieve data from an ACCESS database. I tried using an
oledb data reader as well as an oledb data adapter to retrieve data from the
tables within this database. Everything works fine for all tables except one.
I get an oledb exception when i try even a simple query such as
"Select * from MyTable"....does anyone know why this could be? Why does
my OLEDB connection work fine with all other data tables except this one?
The only thing that I noticed is that this table has more fields and columns
than any of the others table...could this be a factor?
Any advice or clue is greatly appreciated
Parvee
oledb data reader as well as an oledb data adapter to retrieve data from the
tables within this database. Everything works fine for all tables except one.
I get an oledb exception when i try even a simple query such as
"Select * from MyTable"....does anyone know why this could be? Why does
my OLEDB connection work fine with all other data tables except this one?
The only thing that I noticed is that this table has more fields and columns
than any of the others table...could this be a factor?
Any advice or clue is greatly appreciated
Parvee