
VB6 + SQLserver 2000: Connection.execute result sets
Hi,
I have the code:
'--------------------------------
Dim Cn As Adodb.Connection
Cn.EXECUTE "BACKUP .... (SQLserver syntax)"
'--------------------------------
The problem is that I don't know how to get/process the result set of this
operation.
Is it possible?
Thxs in advance.
--
Srgio Gra?a