Known Participant
March 15, 2011
Question
How to store data in FMS?
- March 15, 2011
- 1 reply
- 997 views
Thanks in advance,
@5807549
Hi,
I am working in multi user chat application, in which users chat history need to save. When the user requests his chat history, respective chat history needs to retrieve.
Previously, I plan to save them in a shared object. Since shared object has size limitation and also it will be saved in some encrypted form I plan to save them in a database.
Now I came to know that data can be saved in a database using web service or xml socket etc....
I am totally confused. Please suggest me which the best way to save chat history.
