can i develop a program which will copy the data(persons name) from database and send it via bluetooth to the cell phones...in sms or .txt format....???
Printable View
can i develop a program which will copy the data(persons name) from database and send it via bluetooth to the cell phones...in sms or .txt format....???
Probably.
Depends how much you know about the techs involved.
@Tolls if you have to develop such a program then what exactly you will do ..like from where to start and what to use???? i just had the idea don't know anything about the tech involved..though i think if we can extract the data from database and copy it in a .txt file then it may be sent to cell phones via bluetooth..
I don't know about Tolls, but I would start with a Google search. That would soon make it clear that I require a BT implementation for Java SE, so that would be the next step: to find such an implementation, hopefully free but, if the project is important enough, a commercial package would also be considered. Then I would set out to learn the Java Bluetooth API -- JSR 82.
When you get that far, come back if you have any problems with your code.
db