in reply to Re: Directory Questions - How would I do this?
in thread Directory Questions - How would I do this?

I'm very new to programming, so I have no idea how sql would know what a new record was. The database it pulls from is read only, so I can't update anything there.
I love it when a program comes together - jdhannibal
  • Comment on Re^2: Directory Questions - How would I do this?

Replies are listed 'Best First'.
Re^3: Directory Questions - How would I do this?
by runrig (Abbot) on Jan 20, 2009 at 21:16 UTC
    I have no idea how sql would know what a new record was.

    I think we assuming from your original post that you were already getting the new records from the database, and that you were probably using some sort of SQL to retrieve the records. Not being familiar with the database, I couldn't say what that SQL was (or even whether or not it's a SQL database), so I hope you do have some way of getting the new records

      I love it when a program comes together - jdhannibal
      It pulls information from a DBase IV file if that helps at all?