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

 

DM API Online help

 

SQGetValue Function


The SQGetFact function retrieves a data value from the API data set.

Syntax

void SQGetValue(      


    int iColumn,
     int iRow 
);

Parameters

iColumn

[in] Index of the column in the data set.

iRow

[in] Index of the row in the data set.

Return Value

The Function returns a char* of the data value retrieved from the data set.

Remarks

SQGetValue Use this function to retrieve a specific data value from the API data set, using the indexes of column and row.

Example

No Example

 

 

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