Quote:
Originally Posted by lete Hello
Somebody Knows Like Sending A File From The Blackberry To A Data Base
Help Me Please Thank You |
You could approach in several wayz.
1:
I heard of a few database drivers available (should be expensive though)
2:
You could send a mail to your server which handles the data in the mail
(i actually use this approach myself for some handshaking functionality when pushing data to blackberry)
3:
You could set up a website+service and let your server handle the hard stuff with db
Go for #2... its pretty easy and straightforward