I'm trying to figure out how to use the C++ interface to metakit to do retrieve a set of rows that match multiple criteria.
I've looked through the documentation I can find - including the TCP primer, and it looks like I should use the .Select call off of the c4_View object.
The select call takes a const c4_RowRef & object. How do I create this object?
For example, if I have a view with "lastName" and "zipCode" as properties...and I want to find the set of last names with a specific zip code, how do I do this?
A code snippet would be wonderful if anyone could point me to one!
Tia,
Mike Skrzypzcak
_________________________________________________________________
The new MSN 8 is here: Try it free* for 2 months http://join.msn.com/?page=dept/dialup
_______________________________________________
metakit mailing list - [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit
- RE: [Metakit] I'm clueless - using a "Select" Michael Skrzypczak
- RE: [Metakit] I'm clueless - using a "Select&... Jeffrey Kay
