|
-
August 27th, 2001, 04:40 AM
#1
RDS
Dim madoDataSpace As New RDS.DataSpace
Dim madoDataFactory
Dim rs As New ADODB.Recordset
mstrConnect = "DSN=local;uid=fgic;pwd=fgic"
mstrServer = "http://dev.fgic.capital.ge.com/"
strsql = "select loginid from sys_userinfo"
Set madoDataFactory = madoDataSpace.CreateObject("RDSServer.DataFactory", mstrServer)
Set rs = madoDataFactory.Query(mstrConnect, strsql)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|