The SQLNext function is a SQL function that moves the data position to the next field of the selected data with SQLSelect.
void @SQLNext(int id);
Parameters
int id : Access number connected by SQLConnect
Return Value
None
Example
@SQLNext($AddrID);
Description : Move the data location to the next field in the database selected as a SQLSelect function.
Related Helps