i created database and all the tables change the configuration file according my local machine. then what should i do. thanks for your response.
On Feb 25, 12:27 pm, mickeyprog <[email protected]> wrote: > Hi, > > First of all follow this instruction to make a database interface. > > http://smslib.org/doc/smsserver/interfaces/db/ > > This a sample configuration for mysql: > > interface.0=db1, Database > db1.url=jdbc:mysql://localhost:3306/database?autoReconnect=true > db1.driver=com.mysql.jdbc.Driver > db1.username=root > db1.password= > db1.type=mysql > db1.tables.sms_in=smsserver_in > db1.tables.sms_out=smsserver_out > db1.tables.calls=smsserver_calls > db1.batch_size=50 > db1.retries=3 > > BTW, use the latest smslib 3.3.3 > > Cheers! > > On Feb 25, 2:00 pm, "[email protected]" <[email protected]> wrote: > > > Hello Thanasis, > > > i have SMSLib-v3. i build it and got a smslib-3.3.0.jar file. i can > > send/reserve sms usnig example program that you give with SMSLib-v3. i > > want to built smsserver application using mysql server. i am new to > > java. can you give me to example code for how to use smsserver. > > thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib User Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/SMSLib?hl=en -~----------~----~----~----~------~----~------~--~---
