Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5

Thread: Sql or not

  1. #1
    Join Date
    May 2005
    Location
    Sweden
    Posts
    21

    Sql or not

    Hi i have done a program that in the end show some math results.
    Now i want to take these results and store them some where for later use.
    exampel i want to se all the results of the year in a diagram.
    So my question is do i need a database? I have used databases before in php programing so i know some about sql.
    When i have worked with sql before it has always been against a server and in this case its not posible. I dont want the user of my program to be forced to have a database or something like that (maby MS Access then)

    So my questions is:
    What programs do i need?
    Do i need a server?
    Can i store all results from AMS5 in a exel file instead of a database

    /Rikard

  2. #2
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    You can store the data in a txt file, even add a delimiter. Easy to retrieve and import into an excel sheet.
    Actions to use are mostly TextFile.WriteFromString or TextFile.WriteFromTable (the latter is better).

    Yossi

  3. #3
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    Or you can store them in an INI file, I think that action requires AMS5Pro.

    Tigg
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  4. #4
    Join Date
    May 2005
    Location
    Sweden
    Posts
    21
    First of all thanks for the replies.

    Is it possible to tell AMS to get that part in that line on that row?
    or can it only read top down?

    If someone have the time to explain more about using txt or ini files I would really appreciate it.

  5. #5
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    You can use the SQLite database plugin with AMS. I think that is you best option id you want to collect and store data over time and then analyze later. If you have worked with SQL in the past you should have no problem with SQLite.
    Dermot

    I am so out of here

Similar Threads

  1. SQL Lite
    By Roboblue in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 11-20-2004, 03:30 PM
  2. SQL - Easy does it
    By Intrigued in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 08-22-2004, 09:48 PM
  3. selecting sql server
    By necabettin in forum Setup Factory 6.0
    Replies: 1
    Last Post: 05-13-2004, 09:20 PM
  4. MS SQL Server 7.0 Installs
    By swdevlin in forum Setup Factory 6.0
    Replies: 3
    Last Post: 06-10-2003, 01:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts