473,508 Members | 2,206 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Notification

Hi,

In my site there are user postings and on certain condition I want to send
Notification to users informaing them about their postings details. I am
using SQL Server 2000. I dont want to use the Notifications Services
provided in SQL Server. Is there any other way to do the same ?

Thanks in Advance.
Meena
Nov 19 '05 #1
4 1447
Do you have access to an email server to send emails? It's pretty
straightforward in ASP.NET

Eliyahu

"Meena Desai" <me***@intraactionsoftware.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
Hi,

In my site there are user postings and on certain condition I want to send
Notification to users informaing them about their postings details. I am
using SQL Server 2000. I dont want to use the Notifications Services
provided in SQL Server. Is there any other way to do the same ?

Thanks in Advance.
Meena

Nov 19 '05 #2
Do you have access to an email server to send emails? It's pretty
straightforward in ASP.NET

Eliyahu

"Meena Desai" <me***@intraactionsoftware.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
Hi,

In my site there are user postings and on certain condition I want to send
Notification to users informaing them about their postings details. I am
using SQL Server 2000. I dont want to use the Notifications Services
provided in SQL Server. Is there any other way to do the same ?

Thanks in Advance.
Meena

Nov 19 '05 #3
Yes, I do have access to the mail server, I am using mailing services and it
is working fine, the problem is: I want to check in database once in a day
and want to send notification to the users if some condition is satisfied. I
dont want to use thread.
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:Oa*************@tk2msftngp13.phx.gbl...
Do you have access to an email server to send emails? It's pretty
straightforward in ASP.NET

Eliyahu

"Meena Desai" <me***@intraactionsoftware.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
Hi,

In my site there are user postings and on certain condition I want to send Notification to users informaing them about their postings details. I am
using SQL Server 2000. I dont want to use the Notifications Services
provided in SQL Server. Is there any other way to do the same ?

Thanks in Advance.
Meena


Nov 19 '05 #4
Then write a regular (windows or console) application that will check
database and do emailing and setup a scheduled task to run the app once a
day.

You can make a more fancy solution like in

Combine Web and Windows Services to Run Your ASP.NET Code at Scheduled
Intervals
http://msdn.microsoft.com/msdnmag/is...ingASPNETCode/

Eliyahu

"Meena Desai" <me***@intraactionsoftware.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Yes, I do have access to the mail server, I am using mailing services and it is working fine, the problem is: I want to check in database once in a day
and want to send notification to the users if some condition is satisfied. I dont want to use thread.
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:Oa*************@tk2msftngp13.phx.gbl...
Do you have access to an email server to send emails? It's pretty
straightforward in ASP.NET

Eliyahu

"Meena Desai" <me***@intraactionsoftware.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
Hi,

In my site there are user postings and on certain condition I want to send Notification to users informaing them about their postings details. I am using SQL Server 2000. I dont want to use the Notifications Services
provided in SQL Server. Is there any other way to do the same ?

Thanks in Advance.
Meena



Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1403
by: AJ | last post by:
Hi, I am a newbee to sql server. I know there is a tool called Notification Services. I want to set up notification for specific entries in sql server table. Thanks a lot for your...
0
8339
by: grutta | last post by:
I am writing a windows service that will recieve notification when a USB Device is insterted into the machine. I have used the RegisterDeviceNotification and the RegisterServiceCtrlHandlerEx with...
1
1647
by: Hai Ly Hoang [MT00KSTN] | last post by:
Different between Notification & Message is a bit hazy for me. Anyone can explain in detail for me ? Thanks in advance !
3
3077
by: Robert W. | last post by:
I have a separate thread that handles data transfer operations (with a mobile device). I've set things up so that a small notification form is displayed in the lower right corner of the window. ...
0
3307
by: Ed Lukoski | last post by:
I'm trying to send mail (via our Exchange v5.5 server) from a VB.Net webapp and get Delivery Notification and Read Receipt. If I use mail.Headers.Add("Return-Receipt-To", "mailbox@whatever.com")...
3
4957
by: SB | last post by:
Having gone through couple of books on .NET web services, I could not find any details event notification. They all cover in detail the coomon request/response web services implementation. I would...
2
3481
by: SB | last post by:
Can someone please tell me Microsoft .NET's position on this WS-Notification specification that includes the pub/sub model? Is there something in the pipeline or already available as part of the...
0
1376
by: Nadia Amir | last post by:
I want to enable SQL cache notification on northwind tables employees. I have used the tool aspnet_regsql.exe as defined in the tutorial http://msdn2.microsoft.com/en-us/library/e3w8402y(vs.80).aspx...
0
1619
by: vsrprasad16 | last post by:
Hi All, I am implementing a notification form similar to outlook email notification. my application call this notification form from a dll. this dll includes a form class and this dll has some...
4
3305
markmcgookin
by: markmcgookin | last post by:
Has anyone used the notification class from Windows CE forms? using the following code using Microsoft.WindowsCE.Forms; ... Notification note = new Notification()
0
7225
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7326
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7046
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5627
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4707
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3194
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1557
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
766
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
418
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.