SQL SMS Gateway
If you use the Ozeki NG - SMS Gateway, you can send and receive SMS messages using a database server with the help of SQL queries. In order to use this option, you need to have a database server (such as Oracle, Access, MySql, MS SQL, Postgres, etc.) installed, and two database tables should be created: ozekimessageout and ozekimessagein. One of these will be used for sending and the other for receiving SMS messages.
The SQL SMS Gateway is excellently convenient for IT professionals to enhance established IT systems by adding SMS functionality to web-based applications (ASP, PHP) and enterprise management software. The integration of the SQL SMS Gateway will enable you to send and receive a large amount of SMS messages and to establish automated SMS notification and processing systems.
Ozeki NG - SMS Gateway will connect to the database through a standard ADO or ODBC connection (Figure 1). Using this connection, it will periodically query the ozekimessageout database table for outgoing messages using a SELECT statement and will INSERT incoming messages into the database table used for incoming messages (ozekimessagein).
More information
- Oktatóanyagok
- SMS API ASP/ASP.NET fejlesztőknek
- Fejlesztői útmutató php SMS API
- HTTP SMS API
- SQL SMS API
- C#.NET SMS API
- SMS küldése AJAX segítségével HTTP-n keresztül
- Delphi SMS Komponens
- C SMS SDK Visual Studio-hoz
- Példa alkalmazások Java fejlesztőknek SMS küldésére
- Visual Basic SMS Alkalmazás Programozási Felület
- Hogyan küldjünk SMS-t Pythonból HTTP kérésekkel
- Hogyan küldjünk SMS-t Perl-ből HTTP kéréssel
- Hogyan küldjünk SMS-t TCL TK-ból HTTP kéréssel
- Hogyan küldjünk SMS-t Coldfusion-ból HTTP-n keresztül
- Hogyan küldjünk SMS-t Visual Basic-ből