Does Access xp (2002) support The dot net framework class instanciation

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

If so please supply a link to a site demostrating this or just say no :-(

Thanks

Robert H. Weinstein
Associate Programmer Analyst (Specialist)
Office of Technology Resources
California Department of General Services
 
Not quite sure what you're asking.

You cannot use .Net from within Access 2002. However, you can retrieve data
from an Access 2002 database using .Net.
 
As Doug says elsewhere in this thread, you can not call .NET code from
Access 2002 (or Access 2003). The .NET framework, however, does support
access to Jet (MDB) databases via classes in the System.Data.OleDb
namespace. Using the .NET Framework 1.1 and Access 2003 (I'm not sure about
any earlier versions) it is also possible to automate Access from .NET.
 
Back
Top