paulnew2000
Programmer
I have successfully passed userid and password for my SQL Server logon through a script, but I'm not able to get this to work.
I called Seagate but they were very little help, though very courteous.
This is my current attempt:
===
Set session("ParamCollection"
= session("oRpt"
.ParameterFields
Set oParam = session("ParamCollection"
.Item(1)
Call oParam.ClearCurrentValueAndRange
Call oParam.AddCurrentValue(CDate(#1999/10/01 #))
Set oParam = session("ParamCollection"
.Item(2)
Call oParam.AddCurrentValue(CDate(#1999/12/01 #))
===
I called Seagate but they were very little help, though very courteous.
This is my current attempt:
===
Set session("ParamCollection"
Set oParam = session("ParamCollection"
Call oParam.ClearCurrentValueAndRange
Call oParam.AddCurrentValue(CDate(#1999/10/01 #))
Set oParam = session("ParamCollection"
Call oParam.AddCurrentValue(CDate(#1999/12/01 #))
===