Ray said:
Sorry .. it is an Access database I am developing
and wanted to try the developer tools.
You can use an Access database (.ACCDB) from Access 2007 _with_ programming
done with the Visual Studio tools; you can also use a Jet database (.MDB)
from 2007 or earlier versions. But, if you are developing for individual
users or small-to-modest workgroups on a LAN, you'll find it easier and
faster to develop the applications using Access itself. That is, you can't
develop an "Access (which is, after all, through version 2003, the UI and
development tool, not the database engine) application" using Visual Studio
tools.
Access DAPs had limitations that led to them being not-very-well-accepted,
and you cannot create or maintain them with Access 2007 (though existing
ones will still run), so some Visual Studio tools may be appropriate for
developing a web front-end to either of those types of database. BUT that
doesn't imply that you will find answers to questions about Visual Studio
disk formats in an Access newsgroup.
And, for the record, it is much more likely to find DotNet applications
(created with Visual Studio tools) using SQL Server 2005 Express than either
..ACCDB or .MDB.
Larry Linson
Microsoft Access MVP