TroyMcClure72
MIS
I've created an ADO connection within DTS using vbScript ... can I limit the number of records returned?
I've tried using MaxRecords but it doesn't like it!
If Not isNull(recSQL(5).Value) then
connDW.MaxRecords = recSQL(5).Value
End IF
connDW.Open = "DSN=" & recSQL(2).value & ";Uid=*******;Pwd=******;
I've tried using MaxRecords but it doesn't like it!
If Not isNull(recSQL(5).Value) then
connDW.MaxRecords = recSQL(5).Value
End IF
connDW.Open = "DSN=" & recSQL(2).value & ";Uid=*******;Pwd=******;