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

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

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

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

领测软件测试网

 1 对话框永远出现

  2 说明不够充分以建立连接时打开驱动对话框

  3 同2,对话框内容为灰色,不能修改

  4 对话框不出现,连接不成功,则返回一个错误

  注解:

  关于connectStr的内容描述在ODBC微软程序员参考手册。典型字符串形式为"DSN=datasourcename; UID=myid; PWD=mypassword"。返回长型long型。

  当prompt缺省时,SQLOpen使用2作为默认值。 SQLOpen Example

  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

  retcode = SQLClose(connection)

  End Sub

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

22/2<12

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

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