• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

软件测试开源工具Rational Robot SQABasic数据库操作相关命令[1]

发布: 2009-11-18 11:09 | 作者: 不详 | 来源: 领测软件测试网采编 | 查看: 55次 | 进入软件测试论坛讨论

领测软件测试网

        软件测试开源工具Rational Robot SQABasic数据库操作相关命令[1]   软件测试工具

  关键字:SQABasic 数据库 命令

  SQLClose 功能函数

  断开由SQLOpen确定的与ODBC数据源连接。

  SQLClose ( connection& )

  语法: 参数 解释

  connection& 由SQLOpen返回的一个长整型的名称参数。

  注解:

  返回的是一个变量。成功返回0并连接随后关闭或断开。如果连接不正常,返回-1。 This example opens the data source named "SblTest," gets the names in the ODBC data sources, and closes the connection.

  Sub main

  '' Declarations

  ''

  Dim outputStr As String

  Dim connection As Long

  Dim prompt As Integer

  Dim datasources(1 To 50) As Variant

  Dim retcode As Variant

  Dim action1 as Integer

  Dim qualifier as String

  prompt = 5

  '' Open the datasource "SblTest"

  connection = SQLOpen("DSN=SblTest", outputStr, prompt:=5)

  action1 = 1 '' Get the names of the ODBC datasources

  retcode = SQLGetSchema(connection:=connection,action:=1, qualifier:=qualifier, ref:=datasources())

  '' Close the datasource connection

  

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/

TAG: rational Rational RATIONAL robot Robot ROBOT 软件测试 数据库 SQABasic

21/212>

关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备2023014753号-2
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网