|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Query Data via SMSHi there,
I would like to query data from SQL Server 2000 by using SMS. Conceptually, For example, I send the following SMS Message "TK1234GPS" to SQL Server. Then SQL Server will respond to my mobile phone the following info: "TK1234Lat203.345Long35.5050". How do I implement that scenario? What SMS Gateway do you know can offer competitive price and quality service? I would like to implement C# component to talk with SMS gateway. Is there any idea? Thanks Jonathan Woods Most of the SMSC's out there provide a web based interface to receive and
send SMS. Send is really easy, as its just an outbound connection via http, as is inbound if your provider is setup. In the UK someone like this provides a good service: http://ws.textanywhere.net/web/Products/TextPremium_OutPayments.aspx Just look around for inbound SMS on google for your country. If its for small scale, you can do it yourself with a mobile phone and a datacable - you just need some software like Ozeki server or nowSMS to handle the communication between your asp.net code and the phone. -- Show quoteHide quoteRegards John Timney Microsoft MVP "Jonathan Woods" <yewin***@gmail.com> wrote in message news:1136529721.679886.67710@g43g2000cwa.googlegroups.com... > Hi there, > > I would like to query data from SQL Server 2000 by using SMS. > Conceptually, For example, I send the following SMS Message > "TK1234GPS" to SQL Server. Then SQL Server will respond to my > mobile phone the following info: "TK1234Lat203.345Long35.5050". How > do I implement that scenario? What SMS Gateway do you know can offer > competitive price and quality service? I would like to implement C# > component to talk with SMS gateway. Is there any idea? > > Thanks > Jonathan Woods > Jonathan,
I've had good experience with Clickatell (www.clickatell.com). The API is kind of annoying (mixes HTTP QueryString GET and HTTP XML POST) but the service works and is affordable. I use it for several commercial applications. Show quoteHide quote "Jonathan Woods" <yewin***@gmail.com> wrote in message news:1136529721.679886.67710@g43g2000cwa.googlegroups.com... > Hi there, > > I would like to query data from SQL Server 2000 by using SMS. > Conceptually, For example, I send the following SMS Message > "TK1234GPS" to SQL Server. Then SQL Server will respond to my > mobile phone the following info: "TK1234Lat203.345Long35.5050". How > do I implement that scenario? What SMS Gateway do you know can offer > competitive price and quality service? I would like to implement C# > component to talk with SMS gateway. Is there any idea? > > Thanks > Jonathan Woods >
Other interesting topics
WebResource.axd request causing errors
when debugging long delay before hitting breakpoint in page load Don't show page in browser history 2.0 Custom Membership Provider! Calendar Control New to ASP.NET 2.0 asp.net 2.0 caching GridView and XML problems ASP.NET process identity does not have read permissions to the global assembly cache Help with inline code? |
|||||||||||||||||||||||