- 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
- 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
Database connection string builder
Download: | ConnectionStringBuilder.exe (770 Kb) |
Download: | ConnectionStringBuilder.zip (340 Kb) |
The database connection string builder tool can be used to create database connection strings. These connection strings can be specified in the "Database user" configuration form to create an SQL to SMS gateway configuration. In this webpage you can find information on how to use the database connection string builder.
To build a connection string, you must start the downloaded tool, then you should click on the "Build database connection string" button. This will bring up the "Database.connectionstring" form (Figure 1).
On the "Database.connectionstring" form select "Use connection string", then click on the "Build" button (Figure 2).
On the next form you should select the database driver you wish to use. If you want to use an ODBC connection, you can select the "Microsoft OleDb provider for ODBC drivers" item (Figure 3).
On the ODBC configuration form, you should select "Use connection string" as your choice, then click on the "Build..." button (Figure 4).
When you build an ODBC connection string it is important to create a Machine datasource. A machine datasource is available for a background service, such as the Ozeki NG SMS Gateway. User datasources are only available for a logged in user, so they cannot be used in an SQL to SMS gateway configuration. To start select the "Machine datasource" tab, then click "New" (Figure 5).
During the building the "System datasource" option should be selected. A system datasource is a machine datasource, which means it can be accessed by background services (Figure 6).
From this point the configuration is pretty straightforward. You must select the ODBC driver that matches your database server and you must fill in the connection parameters, such as the hostname, the username and the password. Once this is done you must click OK on all forms to get your connection string.
More information