 |
 |
Can I set up multiple databases of telephone numbers, where the administrator of the database can send a single message to multiple recipients? Is this possible within the Simplewire Platform?
Yes this is definitely possible. All you need to do is write some quick code that will loop through your database table and change the Message Pin (MsgPin) property on an SMS SDK object. This will allow you to submit multiple messages to many different recipients. If you are using a database like Microsoft SQL Server then you can simply write a Stored Procedure that utilizes the ActiveX SMS SDK. There are ways to use an ActiveX/COM object from within a Stored Procedure. Consult your Microsoft Documenation on how to do this. Furthermore, if you are using Microsoft SQL Server 2000 then you can create a DTS (ActiveX Script Task) that quickly uses our ActiveX SMS SDK directly within a VB Script task. This is usually much easier than writing a stored procedure since VB Script can directly create an ActiveX object, whereas a stored procedure requires an awkward workaround.
Back to Main Index
|
|
|
|