|
SMS from/to MSSQL ExpressYou can use Microsoft SQL Express database server for SMS messaging. Follow this page to send or receive SMS messages through Ozeki SMS Gateway's Database User. All you have to do is insert or read data rows from the appropriate SQL table by setting INSERT INTO and SELECT statements. The solution uses Ozeki SMS Gateway installed on your PC.
How to send SMS from MSSQL Express This page extends the general guide to SMS from/to Database. To use this messaging function, please install and configure Ozeki SMS Gateway. After software configuration, please open it's management consol so you can install a database user. You will be able to send and receive SMS messages with an SQL Express database server. It is required to add the database connection type and database connection string as seen in the examples on this page. In SQL Express you should provide the following parameters: Connection type:
It is an API designed by Microsoft, allows accessing data from a variety of sources. Connection string:
Congratulation for configuring a database user! Now you should create a database layout by using SQL Express. Receiving and sending text messages will work on separate SQL tables ('ozekimessagein' and 'ozekimessageout'). You can control these tables by using the INSERT and SELECT statements. To create a database layout, please open a windows command prompt and run 'cmd.exe' to start the SQL Command interpreter.
SQL Express will start running, so you can type your statements in the command interpreter. If the command interpreter cannot connect to SQL Express, please read How to connect to SQL Express using the SQL command line utility. Please type the following statements to create tables and add 'sysadmin' rights to your database user (Figure 1). Although you can give any table name you wish.
Later on you can use the command prompt to modify the size or data type of the SMS messages.
Now you are ready to send your first SMS message by inserting a record into 'ozekimessageout'.
Tip: SQL Express is free and can be downloaded from the following URL: Trouble shootingIn some systems it is harder to connect to SQL Express. If this is the case you can see the following error message:
ERROR 6001: Database connection error: The 'SQLNCLI' provider is not
registered on the local machine..
SQLNCLI should be installed with SQL Express. This error shows that it is not installed on your machine. Please try to change the provider to 'sqloledb', so you can use OLE DB. By changing the provider the connections string changes as well: Connection type:
Connection string:
Or change the whole connection type to:
and use the following connection string:
Or change the whole connection type to:
and use the following connection string:
One of the 3 strings above should fix this ERROR. Microsoft SQL Server 2008Try the following string if you need to connect to Microsoft SQL Server 2008:
|
Copyright © 2000- -
Ozeki Informatics Ltd. |
info@ozeki.hu |
Tel: +36 1 371 0150 Home > Products > Ozeki 10 > Apps > SMS Gateway > SMS from/to Database > MSSQL Express |
|