Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Access 97 and ASP

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
hi,
how do a execute a module in Access, which is a Sub procedure that Deletes and Inserts files on a database
before the database can be called, from an ASP page?
 
I'm not sure if I get your question right. My understanding is you want to delete or insert tables on Access by the sub procedure on Access before the database can be called. I don't know if you can actually do this. But why don't you do this by ASP? You can call the stored procedure on Access to delete or insert tables. Or you can write up the SQL string on ASP to do the job.

Hope it helps.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top