|
-
Feb 7th, 2001, 01:09 PM
#2
Addicted Member
You can do something like this...
Set cnn = New ADODB.Connection
Set rs = New ADODB.Recordset
cnn.Open "driver={SQL Server};server=NICE-GBEFXJTDN4;uid=sa;pwd=;database=z_AngelaClassTester"
rs.Open "Select * from MethodParameters where SubClassName = '" & ClassTestUtil.cmbSubClass.Text & "' and MethodName = '" & ClassTestUtil.cmbMethod.Text & "'" & " Order by ParameterOrder", cnn, adOpenKeyset, adLockOptimistic
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
|