Community

Pass Recordsets in N-Tier Applications

(Richard Campbell) There are three popular techniques for passing multiple records from the middle-tier to the client-tier. The most common approach is the one you mention – variant arrays. Typically the array has two dimensions: The first is the field name, and the second is the value. Because the

Read More - Register for Free Membership