|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
asp / MS Access
I have an MS Access DB that has some subroutines in it. I want to be able to call those subroutines via an ASP page. Can anyone help me with the syntax or provide an example?
|
|
#2
|
|||
|
|||
|
Maybe it is something I don't know but isn't Access a database? A place that holds data ?
subroutines are/is a programming concept just like functions. Perhaps you're talking about subroutines you've created in VBA ? no ? Anywho, why not copy/paste these subroutines into your asp pages? no? I'm sorry if I've missed the point of your post...after all its monday :-) Hope this helps! Sincerely Vlince |
|
#3
|
|||
|
|||
|
You know how you can create forms in Access? When a user clicks a button you can trigger a suboutine or whatever code you want. I suppose I could try to paste it into the asp code. Any other suggestions?
|
|
#4
|
|||
|
|||
|
it might be possible using stored procedures. you would still need an ado connection to run the stored procedure.
__________________
Programmer's Corner |
|
#5
|
|||
|
|||
|
As far as I know you will not be able to use any VBA code/functions/subs/macros in an access db from "outside" (such as an asp page).
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > asp / MS Access |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|