I am coming from a Java and C++ background.

I am trying to do:

<%
        query([Person];[Person]LastName="S@")

        
        for each(<something goes here!!; $i)
                writebr('$i. [Person]FirstName')
        end for each
        
%>

How do I assign a query result to a recordset (or something) so that I can store the information or traverse it?

I am used to Java were I run a query, store it in a recordset and then pass that recordset around.

I want to query [Person] to get all the last names that start with "S" for example.

Can anybody help?

-Jason


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to