View previous topic :: View next topic |
Author |
Message |
arun
Joined: 03 May 2007 Posts: 8
|
Posted: Mon May 07, 2007 8:58 am Post subject: how to integrate with database |
|
|
hi
in my application i developed frontend like this fullname,shortname,type,carrier,id/pin,comment1,comment2,maxchars,notifycode,message. these informations send to your database(messagetable) means are it send automatically to target mobile or we have to call we have to call your notepage pro.exe file and select that particular receipient send information through this
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4381
|
Posted: Mon May 07, 2007 9:29 am Post subject: |
|
|
It depends on what you're trying to do, to be honest.
If you want to add recipients, you'll want to use the lines from the users table (which is what you mentioned in your post: fullname, shortname, type, carrier, etc).
If you want to send message, you'll want to use the lines from the messages table, which is different than the users table.
Also, I would caution you against trying to integrate directly with NotePager Pro. It wasn't designed for direct integration. I would highly recommend using PageGate to do direct database integration. |
|
Back to top |
|
|