posted 24 years ago
That could work, but remember that when going through each record in the DB, the readRecord returns an array of strings that correspond to your database columns. So in the result, call it recordArray, you can get the origin by comparing
recordArray[1] to your criteria.