Does any one know of a way to run a stored procedure using Autoplay ? I have a developer who wants me to create a CD to automatically run a stored procedure on a Microsoft SQL database before copying new asp files to a web site.
Announcement
Collapse
No announcement yet.
Stored Procedures
Collapse
X
-
Re: Stored Procedures
Well it's easy enough to call a web script, i.e. an ASP page from AutoPlay and the following link explains how to call a stored procedure via ASP:
http://support.microsoft.com/default...;en-us;q164485
So it's definitely do-able, but there might be an even easier way which one of the Microsoft gurus around here might be able to shine some light on, not sure...
Corey Milner
Creative Director, Indigo Rose Software
-
Re: Stored Procedures
Again, via ASP I see no reason why not. If you can do it with ASP then you can do it with AutoPlay... ADO I know nothing about but it sounds like it might also do that...
Corey Milner
Creative Director, Indigo Rose Software
Comment
Comment