51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 3261|回复: 1
打印 上一主题 下一主题

[Robot] 连ODBC

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2006-12-18 14:40:39 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我想在记事本下输入P 但回访时提示
odbc.rec(28) Error: Type mismatch
odbc.rec(28) Error: Type mismatch, parameter 1 in subprogram 'InputKeys'
脚本如下:
Sub main
    Dim p as integer
    Dim k,i as integer
    Dim connection As Long
    Dim destination(1 To 50, 1 To 125)  As Variant
    Dim retcode As long
    Dim query as String
    Dim outputStr as String
   
    connection = SQLOpen("DSN=sy",outputStr)
    query = "select busi_code from user"  
    retcode = SQLExecQuery(connection,query)
    retcode = SQLRetrieve(connection:=connection,destination:=destination)
     k=int(destination(1,1))
'   Get the next 50 rows of from the result set
    query = "select busi_code from user"  
    retcode = SQLExecQuery(connection,query)
    retcode = SQLRetrieve(connection:=connection,destination:=destination)
    randomize timer()
    for i=1 to 5
    p=int(rnd*k)
    p=int(destination(1,p))
     
  
   
    Window SetContext, "Caption=que.txt - 记事本", ""
    EditBox Click, "ObjectIndex=1", "Coords=52,23"
    InputKeys  p + "{ENTER}"
  
  
  
  
  next
   
    retcode = SQLClose(connection)

End Sub
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2007-1-30 16:59:53 | 只看该作者
你应该说说想完成什么功能

提示已经说的很清楚了,InputKeys  p + "{ENTER}"这句有问题
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-10-8 10:58 , Processed in 0.106777 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表