Access.mde reference

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to set a reference to an mde in an asp.net project to make
the code available?
 
What do you mean by "make the code available"? You can use automation
to run procedures regardless of whether it's an mde or an mdb. The
only thing you can't do in an mde is read or modify the code.

--Mary
 
What I mean is is there a way to expose functions and subs contained in mde
modules in an asp.net project - I am assuming that I would have to set a
reference to the mde, but maybe not - how would I use automation to expose
the code in an mde in an asp.net project?
 
What I mean is: is there a way to expose the functions and subs in a module
in an mde in an asp.net project? I am assuming I would have to set a
reference in the project to the mde, but maybe not. How would I use
automation to expose the code from an mde to an asp.net project?
 
I really don't think you want to go there in an asp.net app. What
exactly is this code doing that is so irreplaceable that you can't run
equivalent CLR code? My feeling is that there is likely a better way
to skin this cat if you provide more info on exactly what you are
trying to do.

--Mary
 
Back
Top