On 12/30/06, Jacob Palme <[EMAIL PROTECTED]> wrote:
    // SEcond test statement
    SelectedRecords = EnglishDictDB.SQLSelect("SELECT * FROM
OneEntryForEachWord WHERE TheWord='afraid'")
    EnglishDictDB.Commit

You do not need to commit after SQLSelect.

Does this mean that no data was found? How can I get the
contents of the record retrived with the SQLSelect

If there would be no data found, SelectedRecords wwould be nil. look
at the RecordCount property.

statement? The REALBasic User guide is rather vague about
how to get the contents of a retrieved record.

Look at LanguageReference, it contain many examples.

HTH,
--
Peter Bozek
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to