Announcement

Collapse
No announcement yet.

Is it possible to create an online database?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Is it possible to create an online database?

    Queria saber se é possivel criar uma data base online para arquivar informações de usuarios. alguem pode me ajudar ?

  • #2
    In English please.

    And yes, it is possible, granted it would probably not be secure.
    Interaction with online data should happen through an API to which the user can authenticate,
    I would not directly connect to any online database (except of course when that database supports per-user authentication).
    Bas Groothedde
    Imagine Programming :: Blog

    AMS8 Plugins
    IMXLH Compiler

    Comment


    • #3
      Thanks for the information !

      Comment


      • #4
        Originally posted by Imagine Programming View Post
        In English please.

        And yes, it is possible, granted it would probably not be secure.
        Interaction with online data should happen through an API to which the user can authenticate,
        I would not directly connect to any online database (except of course when that database supports per-user authentication).
        Is there an example on how to do it or hints ? or an app done by AMS that can store Data online ?

        Thanks

        Comment


        • #5
          Originally posted by sameer valva View Post

          Is there an example on how to do it or hints ? or an app done by AMS that can store Data online ?

          Thanks
          For AMS, you can use a plugin called "MySQL" for online database. Find it in here: http://www.mindquake.com.br/software...ugins/13-mysql

          You also need to learn about how databases work and how to connect to them. Try this as a starting point: https://www.wampserver.com/en/

          David R.

          Comment


          • #6
            Thank You so Much David R , I will check the links you added.

            Comment

            Working...
            X