Is it possible to directly load a access database files (.mdb) from the Server Explorer using the SQlite provider? I would like to find a solution for using access files in Linq to SQL which really doesnt support them directly because of the jet provider. I have played with the IDE in VS 2008 VB and can't seem to figure out how that would be done. Every way I have tried it has an error. I would like to use the Server Explorer to use the automatic code generation for strongly typed classes for the tables.
Thanks