I have a question regarding the ADO.NET DataReader.

Basically, I'm instantiating a command object (with SQL statement and open connection)...then doing the following:


dim reader as new oledb.oledbdatareader()
reader = command.executeReader()

For some reason, I'm getting an "unspecified error" from VB.

Any ideas??

Thanks!!