文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>JDE系统函数详解---JDB_FetchKeyed

JDE系统函数详解---JDB_FetchKeyed

时间:2010-08-31  来源:zhaocen

作用:

执行一个Select并且获得结果。这个函数在操作视图时尝试使用缓存。此函数在不希望获得多条记录的情况下使用。

参数表:

参数名 说明 作用

hRequest

请求句柄 即Open操作传入的句柄

idIndex

有效地索引ID  

lpKeyStruct

一个关键字结构指针  

nNumKeys

关键字数量  

lpValue

一个指向结果结构的指针  

nLock

NULL,目前未使用  

返回值:

返回值 说明

JDEDB_PASSED

操作成功

JDEDB_FAILED

操作失败

 

事例/* Declare variables associated with JDB_FetchKeyed */

HREQUEST hRequest = NULL;

ID idIndex = ID_F0101_ADDRESS;

KEY1_F0101 dsKeySentStruct = {0};

F0101 dsKeyStructAll = {0};

short nNumKeys = 1;

int nNotUsed = 0;

ParseNumericString(&dsKeySentStruct.aban8,"1002");

rcode = JDB_FetchKeyed(hRequest, idIndex, & dsKeySentStruct, nNumKeys, & dsKeyStructAll, nNotUsed);

if(rcode != JDEDB_PASSED)

{

printf(“JDB_FetchKeyed failed\n”);

} /* END IF */
 

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载