ADOConnection Problem
The code compiles fine, but when i try to run the program, it crashes as soon as it attempts to open the connection.
My connection string is:
"Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\Documents and Settings\Administrator\Desktop\powell mdb\Powell.mdb;Uid=admin;Pwd="
I get the error:
"First chance exception at $7C812A5B. Exception class EOleException with message 'Could not find installable ISAM'. Process CT.exe (3212)"
I have googled this problem extensively, and have been unable to find anything, in fact everything that I have tried failed.
I am at a bit of a loss as for what to do next. Any help would be appreciated

