Triggering -

I am maintaining a list of members of my site in a database. All members have an expiry date column in a table which is in mm/dd/yyyy format. I want that every members should be emailed on the day of their expiry automatically. I dnt wanna search for members and then mail then manually or if I m out on vacation it should do the work for me.

I have heard this can be done using triggers, but not sure how to use it.

Can u help me? also is there any other way apart from using triggers?

View Replies


ADVERTISEMENT

Triggering An EXE

My requirement is to trigger an exe in the client. Once I click a button it should trigger an exe in the client machine itself. Any way of achieving this?

View Replies View Related

Schuedule Triggering

Is there a way I can call VB.net code from a stored procedure? I need to schedule a sql job (stored procedure) and in the logic of the stored procedure, I need to call vb.net code to generate a pdf document.

View Replies View Related

ASP, Triggering Page When End Of Year

i wan to do a page at the backend,when the date is end of this year(12/31/2007) then will execute the code (such as add the new total leave with the current balance leave automatically without regresh the page or login into the system.)

i heard that the MS SQL SERVER got this triggered function, but unfortunately..the MS SQL SERVER hosting that i used(third party) didnt provide this function. i jz can store data in the table and create database..no more others component that i can use.

View Replies View Related

Triggering Email When Form Is Submitted

I know I've seen a tutorial on this, but can't locate it. I have a form that I've written that submits into a SQL database. I'd like it to fire off a notification email as well when an entry is submitted. Can someone point me to a tutorial that explains how I can do this?

View Replies View Related

Triggering An Action On A Dropdown List

What I want is for an action to be triggered when a user selects something on a dropdown box.

The something would actually be two variables. One 'static' in that the drop down would be 1, 2, 3, 4 the other being a variable in the true sense e.g. if selection A is 2 and selection B was 3 then the variable is 5 and this variable is the one I want to use to trigger events.

Using themes I could maybe do it but I am hoping there is a easier, more dynamic way to do it.

View Replies View Related

Ventrilo Status Script & CMD Process Triggering

I made a Ventrilo Status script which basically when the user hits the page for the first time it initiates a batch file which triggers the creation of a text file in the wwwroot: Code:

View Replies View Related

Triggering Session_OnEnd When User Close Window

We have a solution where we want to control the number of users logged
in at the same time.

So when the user log in we check number of currentusers agains
allowedusers and increment a currentusers (in the database).

On Session_onEnd or when a user logout (actually I abandon the session
on logout) we decrease currentusers.

But as we all know when the browser is closed or the user just go to
another site this decrease does not appear.

It will of course trigger when Session goes to timeout, but I imagine
a lot of angry users calling support when they are denied access.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved