Receive sms and store into an odbc database

Receive sms and store into an odbc database SearchSearch
Author Message
Yuska Deepak
New member
Username: Yuskadeepak

Post Number: 5
Registered: 05-2005
Posted on Sunday, May 29, 2005 - 11:52 am:   

is it possible for nowsms to receive an sms and then store it into an odbc database ?

thank you

best regards,
yd.
Lars Nielsen, MobileNation ApS - Denmark
New member
Username: Larsmservice

Post Number: 210
Registered: 10-2003
Posted on Sunday, May 29, 2005 - 12:44 pm:   

It's pretty easy to do it via some scripting.
What you do is create a vbs file that looks at your SMSIN folder every 5 minutes.
For each file you read the content and inserts into your DB. In between you can make some comparing so you avoid having the same sms in your DB more than once.

;)L
Mathew A.
New member
Username: Mathew

Post Number: 14
Registered: 12-2004
Posted on Sunday, June 05, 2005 - 10:24 am:   

Or another way is to simply create 2way sms command which calls a script which will take the sms and insert into the db as sson as the sms arrives!
:-)
That way your db is updated realtime