Hi,
"about '"unknown" is not a valid path name...'"
Basically, ADO is not finding your database. There could be a number of reasons for this, like a malformed string, or that the database has been moved.
Are you using a DSN or DSN-less connection, if DSN-Less, are you specifying the full path?
There are a lot of things that could be wrong, but I hope this points you in the right direction.
Best of luck.