找回密码
 加入
搜索
查看: 1701|回复: 0

[系统综合] 问一下MDB数据库函数是什么意思???

[复制链接]
发表于 2011-1-19 19:34:55 | 显示全部楼层 |阅读模式
Func _TableExists(ByRef $connectionobj, $s_dbname, $s_Table, $i_adoMDB = 1, $USRName = "", $PWD = "")
        Local $i_Exists
        $ar_GetTables = _GetTableNames($connectionobj, $s_dbname, $i_adoMDB, $USRName, $PWD)
        ;_ArrayDisplay($ar_GetTables,"")
        For $table In $ar_GetTables
                If $table = $s_Table Then $i_Exists = 1
        Next
        ;MsgBox(0,"",$i_Exists)
        Return $i_Exists
EndFunc   ;==>_TableExists


以上函数我想问一下  $connectionobj  是什么意思。 在函数中应该如何设置其变量值
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-9-21 15:29 , Processed in 0.086085 second(s), 22 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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