SQLGetRecord() 函数
- Last UpdatedSep 24, 2024
- 1 minute read
SQLGetRecord() 函数从当前的选择缓冲区中检索 RecordNumber 参数所指定的记录。
类别
SQL
语法
[ResultCode=]SQLGetRecord(ConnectionID, RecordNumber);
参数
ConnectionID
内存整型标记的名称,用于存放 SQLConnect() 函数指定给每个数据库连接的编号 (ID)。
RecordNumber
要检索的实际记录号。
示例
ResultCode=SQLGetRecord(ConnectionID,3);
另请参阅
SQLConnect()