51Testing软件测试论坛

标题: 数据库检查点的问题 [打印本页]

作者: honglong    时间: 2006-11-17 15:20
标题: 数据库检查点的问题
最近看到论坛的关于数据库检查点的内容,可是有些不明白,例如:

DbTable("DbTable").Check CheckPoint("DbTable")

IsExists = DbTable("DbTable").Exist (0)

If IsExists Then

       Dim SQL

       SQL = DbTable("DbTable").GetTOProperty ("Source")

       MsgBox SQL

       DbTable("DbTable").SetTOProperty "Source", "SELECT * FROM ADDRESS"

       Dim NewSQL

       NewSQL = DbTable("DbTable").GetTOProperty ("Source")

       MsgBox NewSQL

End If
可是不明白其中的"DbTable"\"Source"是什么概念


还有:xiaonan斑竹说:

DbTable("DbTable_3").Check CheckPoint("DbTable_3"),
"DbTable_3"这个是记录在存储库里的控件名,不能改掉
列如这样:
orderno = Window("Flight Reservation").WinEdit("Order No:").GetROProperty("Text")

也不太明白这句说的什么意思.哪位帮忙给个例子 .谢谢了.
作者: yangkinki    时间: 2006-11-17 16:50
DbTable("DbTable_3").Check CheckPoint("DbTable_3"),
uses the SetTOProperty method to modify the database table's source property
orderno = Window("Flight Reservation").WinEdit("Order No:").GetROProperty("Text")
uses the getroproperty method to get winedit order no:  text property
作者: honglong    时间: 2006-11-17 21:12
斑竹,我主要是想问其中的"DbTable"\"Source"是什么意思。
作者: yangkinki    时间: 2006-11-20 11:13
dbtable object description
The database table object used in database checkpoints.
source is    object 's  property
DbTable("DbTable").SetTOProperty "Source", "SELECT * FROM ADDRESS"
uses the SetTOProperty method to modify the database table's source property
你插入一数据库检查点后,具体看对象库中的描述就会明白




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2