- Product Manual
- Introduction
- Installation Guide
- Prerequisites
- SMS technology
- Download Information
- Installation Steps
- GSM Modem Setup
- Mobile Network Connections
- Users and applications
- Standard user
- SMPP user
- SMS from or to database
- MSSQL
- MySQL
- MyODBC v8
- Database layout
- MyODBC driver installation
- Oracle
- Sybase SQL Anywhere
- PostgreSQL
- Pervasive SQL
- Date Format Strings
- Scheduled SMS
- SQL templates
- Informix
- Access
- Video
- Connection string builder
- Keywords
- MS SQL high speed
- Oracle High Speed
- SQL statements
- Polling technology
- Dynamic Keywords
- Dynamic SMPP parameters
- Autoreply SMS from database
- Autoreply SMS using a script
- Simple autoreply SMS
- SMS from or to file
- SMS through E-mail
- SMS via HTTP Request
- SMS via colour protocol
- Application starter SMS
- SMS Voting
- SMS from MS Outlook
- SMS from/to FTP server
- PDF Request in SMS
- SMS to WCF service
- SMS Forwarder
- RSS to SMS
- Linux
- User Guide
- Developers Guide
- Examples and Solutions
- Appendix
- SMS FAQ
- Feature list
- Commercial Information
- Search
Ozeki brings you outstanding
SMS Gateway technology. Use our SMS Server products on Windows,Linux, or Android
C# SMS API
Developers can use our C# SMS API to send SMS from C#.Net. The C# SMS API comes with full source code
PHP SMS API
The ozeki PHP SMS gateway software can be used to send SMS from PHP and to receive SMS usig PHP on your website
SMPP SMS Gateway
SMS service providers use our SMPP gateway solution, that offers a high performance SMPP server and SMPP client gateway with amazing routing capabilities
SQL to SMS Gateway configuration - MyOdbc v8 installation
If you wish to send and receive unicode characters (Chinese, Arabic, etc) in SMS messages from MySQL, you need to use the MySQL Odbc Driver v8 or newer. We also recommend you to use v8 or newer of the database server as well. This guide gives you some hints on how to install the newer driver
Step 1: Download the driver from mysql.com:
http://dev.mysql.com/downloads/connector/odbc/We recommend you to use the Windows MSI Installer version. It is easy to setup. During installation, all you have to do is click Next, whenever a new form comes up. Finally click Finish. You can see the download window on Figure 1.
Step 2: Configure the new connection string
Use the following connection string in the database user configuration form to connect to your mysql database. Do not forget to change the database name, the username and the password to reflect the settings of your system.
Driver={MySQL ODBC 8.0.23 Driver};Server=127.0.0.1;Database=ozekisms;User=ozeki;Password=abc123;Option=4;
This connection string is an ODBC connection string, so you should select ODBC for connection string type (Figure 2).
More information