标题: 如何连接SQLServer数据库 [打印本页] 作者: lianyu_2005 时间: 2005-1-24 13:35 标题: 如何连接SQLServer数据库 各位大侠,请问在robot中,如何建立SQLServer连接,它好像只支持Sybase SQL和Access呀。作者: pcl2004_27 时间: 2005-1-24 17:33
不支持sqlserver作者: gnipnehc 时间: 2005-1-31 10:54
Sub main
' Declarations
'
Dim destination(1 To 50, 1 To 125) As Variant
Dim prompt As integer
Dim retcode as Variant
Dim query as String
Dim outputStr as String
' The following will open the datasource SBLTESTW and execute the query
' specified by query and return the results in destination
'
query = "select * from class"
retcode = SQLRequest("DSN=SBLTESTW;UID=DBA;PWD=SQL",query,outputStr,prompt,0,destination())
End Sub作者: baitest 时间: 2005-1-31 11:05 标题: 开玩笑! rational 支持sqlserver,而且功能强大!作者: billrub 时间: 2005-1-31 12:51
确实玩笑大了,Connection是通过ODBC连接数据库的,居然有数据库不能连接的情况?ODBC支持多少就可以连多少!不过我不是很清楚ROBOT是否支持ADO!?作者: baitest 时间: 2005-1-31 13:18 标题: 应当支持! 作者: pcl2004_27 时间: 2005-1-31 18:52
楼上的各位,请你们看看楼主的题目的问题!