Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5

Thread: question again

  1. #1
    Join Date
    Apr 2005
    Posts
    8

    question again

    hi,

    meat problem again. how can I input all the items in a table got by sqlite?
    the main difficulty is that I can't get how many items in the table.


    THX

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    Use Table.Count to find the number of rows in the table. That'll tell you how many records you have.

  3. #3
    Join Date
    Apr 2005
    Posts
    8
    I have tried this, but I can't get the correct result.
    it only returns me 4, they are ColumnNames, Rows, Data, Columns.

  4. #4
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    Sorry I should have read more carefully.

    Use: .Rows

    tblRecordSet = SQLite.QueryToTable(...

    for n=1, tblRecordSet.Rows do

    end

  5. #5
    Join Date
    Apr 2005
    Posts
    8
    thx Worm! it works correctly.

Similar Threads

  1. Random question
    By tzkennedy in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 04-09-2005, 12:08 AM
  2. Basic Flash question
    By aae991 in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 03-09-2005, 09:46 PM
  3. FlashMX vs AMS5 Data Arrays question
    By Martin_SBT in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 01-19-2004, 09:05 AM
  4. question about sound mp3
    By Rapido78840 in forum AutoPlay Media Studio 4.0
    Replies: 4
    Last Post: 10-10-2003, 11:19 AM

Posting Permissions

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