944,184 Members | Top Members by Rank

Ad:
Jul 16th, 2005
0

Project Suggestions in Accessing Databse from a computer through sending SMS message

Expand Post »
hi guys.. i am a 4th yr Information technology student. we are now in our senior project.. My idea is to access information to a computer from your mobile phone.. A mobile phone named A is connected to a computer that has a databse. If i text mobile phone A, i can access and acquire information from the databse. The mobile phone A accesses the databse and sends me the information i wanted...
if i am a student, i text mobile phone A to get my grades. mobile phone A gets it from the databse from the computer it is connected to..
my question is wat programming language is suited for this? what is the term used for this application because i cannot find resources in the internet? what tips can u give me?
please help me.. i will appreciate it
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
ginnyc0802 is offline Offline
1 posts
since Jul 2005
Jul 20th, 2005
0

Re: Project Suggestions in Accessing Databse from a computer through sending SMS message

Hi everyone,

You can use Java. For the mobile phone you can use the java micro edition - for java enabled phones. If the micro edition does not fit your needs then you will have to build your own custom mobile JVM(not something easy). For the database side you can use the standard sdk.

You can also use C/C++ for the computer side but i am not too sure for the mobile side

I am not sure if you can connect to the database from a mobile using sockets but if you can then its a matter of using streams. You have to check out for the socket one.

Richard West
Reputation Points: 25
Solved Threads: 10
Practically a Master Poster
freesoft_2000 is offline Offline
623 posts
since Jun 2004
May 16th, 2006
0

Re: Project Suggestions in Accessing Databse from a computer through sending SMS message

Hi,


I've built this kind of thing a number of times in the past, used 2 way sms to retrieve GPS coordinates from a database via SMS.

The way I did it is below , but you can also do it fairly simply with a mobile connected to a computer.

I'd use Symbian/J2ME to bluetooth or serial to the computer, that'd give you a constant connection to a api (that you'd write) to retrieve the data from you db. Then I'd build it up with an SMS receive client for the mobile phone to pick up the messages, query the db api in and generate the outbound response.

If you know what your doing, it shouldn't be too hard, especially in Java, loads of examples of this kind of thing at Nokia's site.

The other way of doing things is below, but you may specifically be looking to use a mobile phone connected to a computer, but I'll go through the steps anyway

I did it in Java, but you can do exactly the same thing in PHP/ASP/etc . If you are searching on the web then look for a 2 way SMS provider. It can be a bit expensive, but you can get a virtual mobile number for around £400 per year or try running via text anywhere/clickatel or something like that. I ran through Smarttext, but not sure if they are around/offering the same service.

Anyway, you basically set message commands in the text you send in to your number to specify query parms and stuff and then retrieve the data and reply to the mobile phone number with said data, which can all be done via a web page.

If you are short of cash and just want to test it, setup a dynamic ip (no-ip.com) to your laptop, get an SMS provider with callback as a SMS receive option, get it to call a PHP script on your pc which retrieves data from a database (also on your pc) and then extract the number and invoke the send function of your SMS providers http or xml api back to the mobile # that initiated the SMS.

Hope that helps. I love working with SMS so I've done quite a bit of it, if you have any questions or need to know of other resources to help you, just let me know.

Have fun.

Best!

Mambotastic
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mambotastic is offline Offline
1 posts
since May 2006
Feb 17th, 2010
-1
Re: Project Suggestions in Accessing Databse from a computer through sending SMS message
Hi,


I've built this kind of thing a number of times in the past, used 2 way sms to retrieve GPS coordinates from a database via SMS.

The way I did it is below , but you can also do it fairly simply with a mobile connected to a computer.

I'd use Symbian/J2ME to bluetooth or serial to the computer, that'd give you a constant connection to a api (that you'd write) to retrieve the data from you db. Then I'd build it up with an SMS receive client for the mobile phone to pick up the messages, query the db api in and generate the outbound response.

If you know what your doing, it shouldn't be too hard, especially in Java, loads of examples of this kind of thing at Nokia's site.

The other way of doing things is below, but you may specifically be looking to use a mobile phone connected to a computer, but I'll go through the steps anyway

I did it in Java, but you can do exactly the same thing in PHP/ASP/etc . If you are searching on the web then look for a 2 way SMS provider. It can be a bit expensive, but you can get a virtual mobile number for around £400 per year or try running via text anywhere/clickatel or something like that. I ran through Smarttext, but not sure if they are around/offering the same service.

Anyway, you basically set message commands in the text you send in to your number to specify query parms and stuff and then retrieve the data and reply to the mobile phone number with said data, which can all be done via a web page.

If you are short of cash and just want to test it, setup a dynamic ip (no-ip.com) to your laptop, get an SMS provider with callback as a SMS receive option, get it to call a PHP script on your pc which retrieves data from a database (also on your pc) and then extract the number and invoke the send function of your SMS providers http or xml api back to the mobile # that initiated the SMS.

Hope that helps. I love working with SMS so I've done quite a bit of it, if you have any questions or need to know of other resources to help you, just let me know.

Have fun.

Best!

Mambotastic
Thank you for your precise explanation,

I need this particular option for my service subscriber

"If you are searching on the web then look for a 2 way SMS provider. It can be a bit expensive, but you can get a virtual mobile number for around £400 per year or try running via text anywhere/clickatel or something like that. I ran through Smarttext, but not sure if they are around/offering the same service.

Anyway, you basically set message commands in the text you send in to your number to specify query parms and stuff and then retrieve the data and reply to the mobile phone number with said data, which can all be done via a web page. "

I contacted Clickatel, they told me that i have to develop my on web interface or content management system to use their two-way-sms. Please I highly need your assistance on how I should go about it.
Thank You.
Reputation Points: 8
Solved Threads: 0
Newbie Poster
newdawnng is offline Offline
1 posts
since Feb 2010
Feb 18th, 2010
0
Re: Project Suggestions in Accessing Databse from a computer through sending SMS message
Do you really think someone's going to come back after 4 years to hold your hand and do your work for you?
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Computer Science Forum Timeline: triple nested loop, Big O
Next Thread in Computer Science Forum Timeline: Career in IT Development Industry .. views plzz ??





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC