473,661 Members | 2,477 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 1456
Do you have access to an email server to send emails? It's pretty
straightforward in ASP.NET

Eliyahu

"Meena Desai" <me***@intraact ionsoftware.com > wrote in message
news:%2******** ********@TK2MSF TNGP15.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***@intraact ionsoftware.com > wrote in message
news:%2******** ********@TK2MSF TNGP15.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.co m> wrote in message
news:Oa******** *****@tk2msftng p13.phx.gbl...
Do you have access to an email server to send emails? It's pretty
straightforward in ASP.NET

Eliyahu

"Meena Desai" <me***@intraact ionsoftware.com > wrote in message
news:%2******** ********@TK2MSF TNGP15.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***@intraact ionsoftware.com > wrote in message
news:%2******** ********@TK2MSF TNGP12.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.co m> wrote in message
news:Oa******** *****@tk2msftng p13.phx.gbl...
Do you have access to an email server to send emails? It's pretty
straightforward in ASP.NET

Eliyahu

"Meena Desai" <me***@intraact ionsoftware.com > wrote in message
news:%2******** ********@TK2MSF TNGP15.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
1406
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 guidance. AJ
0
8364
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 a handler. The handler portion seems to fail indicating that my parameters are invalid. I am getting an error code 126 when i try to register the handler and 28 when i register for event notification. Any ideas as to what the deal is? I am...
1
1659
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
3079
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. This all works fine. But what I can't figure out how to do is to get it to display on top of my main form, if the main form is maximized. I've tried all of the following: statusForm = new frmNotify(); statusForm.Show(); // Display...
0
3318
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") I can get a delivery notification to work - but so what? That only (apparently) means that the mail server accepted it and tossed it into the user's mailbox. I want to use mail.Headers.Add("Disposition-Notification-To",
3
4969
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 like to know how to implement the event notification from .NET web services that is related to the publisher/subscriber model. Any sample code or links to online resources would be very helpful. I need to know this in order to send events from the...
2
3495
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 .NET or WSE? -- Kind regards, SB
0
1385
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 . It does gives me the message that it has successfully ebale the table for caching .But when i use the applicationw hich use the SQL dependency it gives me this error The 'Employees' table in the database 'Northwind' is not enabled for SQL cache...
0
1624
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 object value to display the contents on form. i am filling the form with the object before "form.show." form has some timer to implement hide and fading. my problem is when ever form is showing, the focus goes to form from current application(any)...
4
3310
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
8432
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8343
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8855
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8758
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8633
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7364
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6185
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5653
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4346
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.