Classic ASP ProfessionalFor advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Dear all,
I use sql db.
i need to create a script that will check against the closing date of event from a database and send reminders to members automatically.
What version of SQL server are you using? You would be able to use DTS for this. Within DTS add a "ActiveX Scripting" object. You can use VB Script within that object and apply the required logic.