making a Database of Companies information

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • motaro
    Forum Member
    • Dec 2004
    • 6

    making a Database of Companies information

    Hi all


    I want make a CD database of about 2000 companies information
    for example when a use selected company name from a list box it automaticaly read information from DB and show company information in a page

    I want to know how can I do it with Autoplay 5 ?
    is there any way to add a database to Autoplay 5
    and how can i use it ?


    Thanks
  • dmla
    Forum Member
    • May 2003
    • 45

    #2
    Easy - use SQlite plugin

    Easy - use SQlite plugin
    I think that beter way to use SQGlite Plugin. This is very easy.

    Comment

    • motaro
      Forum Member
      • Dec 2004
      • 6

      #3
      Hi thanks alot
      but could you tell me how ca I do it.
      with that plugins

      is there any tutorials
      ?

      thanks

      Comment

      • JimS
        Indigo Rose Customer
        • May 2003
        • 1054

        #4
        Sure, you can build a database with AMS. I would suppose the best method for you to use, would depend on what format your data is currently in. I think a database consisting of 2000 names and 2000 descriptions, is fairly small. Plus, it doesn’t sound like you are having much in the way of query logic operations going on. If you already have your data in a CSV file, you might consider reading it in to a table using the TextFile.ReadToTable action. Check out the help file and examples for that action, and the other Table actions.

        If you need a more robust database, AMS has a great SQLite plug-in you can use.

        Comment

        • motaro
          Forum Member
          • Dec 2004
          • 6

          #5
          I downloaded the Pluging but how can I use it in AutoPlay and where is my DB
          or how can I insert information in it?
          and how can I read information from it?

          Comment

          • JimS
            Indigo Rose Customer
            • May 2003
            • 1054

            #6
            The plug in that I’m speaking of, is listed here:


            I don’t have it yet, but I imagine it should come with a help file and an example or two. Since I have’t used it, I can’t really give you much help with actual code. I’m sure that several other developers here can help with your answers, but since it is a holiday, it might take a day or two before one of them see your post.

            Comment

            • motaro
              Forum Member
              • Dec 2004
              • 6

              #7
              I want import information with a form to Database
              and after it, I'll write my CDs

              Please tell me how can i do it with an easy way

              Comment

              • JimS
                Indigo Rose Customer
                • May 2003
                • 1054

                #8
                Sorry dmla, I didn't mean to cross-post.

                Comment

                • JimS
                  Indigo Rose Customer
                  • May 2003
                  • 1054

                  #9
                  I just realized what time it is, I’ve got to get wrapping presents, so I can’t be of any help for a while. Since it’s the holidays, and the forum is slow, I’d suggest using the search facilities on this web site, I’m sure you’ll find some examples.

                  Search terms you might use would be SQLite, database, and/or tables.
                  You should find that lots of people have asked similar questions.

                  Good luck, I’m sure more people will be here to help you soon, if not today, then after Christmas.

                  Good luck!

                  Comment

                  • GAV
                    Forum Member
                    • Jan 2004
                    • 50

                    #10
                    The most simple way - to study example IR
                    And to look on forums - there were many examples

                    Comment

                    • Intrigued
                      Indigo Rose Customer
                      • Dec 2003
                      • 6125

                      #11
                      Here is just one of many SQLite links:



                      You can find many more by Searching the forum here. (Just type SQLite into the search input field)

                      Sincerely,
                      Intrigued

                      Comment

                      Working...
                      X