I created a System DSN called MyDB and I want to connect to it using

CDaoDatabase db;
db.Open("", FALSE, FALSE, "ODBC;DSN=MyDB);

I get the message: "You cannot use ODBC to import from, export to, or link am external Microsoft Jet or ISAM database table to your database."

I've searched a lot of forums and can't seem to find a correct way to make this work.

Thank you for any hint on this...

FN