When u communicate with the sql 2000 from vb,
select stmts in sql 2000 can end with FOR XML raw mode , exclusive mode and so on ...so that the output of the sql 2000 will be a well formed xml and this later can be loaded into a msxml document in vb to traverse the nodes.
Srikanth