Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Activex rowset methods?

Author  Topic 

contec
Starting Member

9 Posts

Posted - 2006-11-21 : 19:17:11
I'm trying to find some information on using a rowset in activex scripts. Specifically, I need a list of the methods available, things like 'hasrows' and 'count'.

Can anyone point me in the right direction?

Thanks

mwjdavidson
Aged Yak Warrior

735 Posts

Posted - 2006-11-22 : 02:26:56
Googling "ADO Recordset" throws up some helpful references! I.e.:[url]http://www.w3schools.com/ado/ado_ref_recordset.asp[/url]. For info on populating a resultset within a DTS ActiveX script, the following is useful:[url]http://www.sqldts.com/default.aspx?298[/url].

Mark
Go to Top of Page
   

- Advertisement -