AZMY
Thinkware, Inc
General Order FormSupport CenterSearch this web siteAbout Azmy

 

DM API Online help

 

SQPreAllocate Function


The SQPreAllocate function allocates the number of rows to read into the API Facts set.

Syntax

void SQPreAllocate(      


    int iNoRows,
);

Parameters

iNoRows

[in] Number of rows to read into the API data set.

Return Value

The Function returns nothing.

Remarks

SQPreAllocate Use this function to allocate the number of rows you will read into the API data set. A typical use of this function is to first add columns to the API data set using the SQAddColumn, use the SQPreAllocate to allocate the number of rows will read into the API data set, and use both SQAddRow to add blank row, then finally use SQAddData to add the actual data.

Example

See example3.

 

 

Copyright © 1996 - 2007 AZMY Thinkware Inc. All rights reserved.