Calling managed code from an access database.

  • Thread starter Thread starter Jake
  • Start date Start date
J

Jake

Is it possible to call manged (i.e. .Net) code from an access database or a
way to handle access form/report events from managed code?

Jacob
 
Yes. Even if I have never tried it myself, it is described in some places,
such as in "Professional C#", at Wrox (the first edition, not the second
edition which is horrible in some parts), Chapter 19. You can try to Google
on "COM Interoperability", "Using DotNet components in COM" if you cannot
get the book.


Vanderghast, Access MVP
 
Back
Top