From this prespective, there is nothing different or special about using a
RecordSet in an ActiveX Script Task, compared to other hosts or languages.
If you RecordSet supports MoveLast then it is available. A quick look at the
documentation indicates that you need to be using the correct cursor mode,
not fast forward only for example.
--
Darren Green
http://www.sqldts.com
"Eduardo Greco" <eduardo (AT) persocom (DOT) com.br> wrote
Quote:
I'm using an ActiveX Script component.
Is it not possible to use the method MoveLast in a RecordSet? How would it
be possible? Are there any alternative?
Thanks a lot... |