loadrunner database函数

早过忘川 提交于 2019-12-04 04:32:51

lr_db_connect   -----连接数据库

int lr_db_connect(“StepName”,“ConnectionString= <connection_string>”,“ConnectionName = <connection_name>”,“ConnectionType= <connection_type>”,LAST);

lr_db_disconnect  -----断开数据库连接

lr_db_executeSQLStatement  -----执行sql语句

lr_db_getValue   -----获取检索值

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!