Skip to main content
Anonymous507
Known Participant
March 28, 2011
Question

how to connect database and FMS?

  • March 28, 2011
  • 1 reply
  • 818 views

i have prepared a chat application using FMS. i need to save the chat history in the data base. i am not sure how to connect database and FMS.

any help, please....

    This topic has been closed for replies.

    1 reply

    March 28, 2011

    FMS doesn't support direct connections to a DB server. You'll need to use loadVars, SOAP, XML, webservices, or NetServices to send post or get requests to a webservice, and let that service handle the database requests.

    Anonymous507
    Known Participant
    March 29, 2011

    thanks for your reply.

    i am not sure which one best suits for my project. i plan to use webserice, for fms and database connectivity