A
Andrew Aronoff
I'm using LogParser 2.1 as a COM object under W2K SP4 via VBS scripts.
Here's the simple code that's used to instantiate the log query and
record set COM objects:
Set oLogQ = WScript.CreateObject("MSUtil.LogQuery")
strSQL = some_valid_sql_string_here
Set oRS = oLogQ.Execute(strSQL)
I'd like to be able to re-execute Log Parser using the oRS record set
as *input*. Is there a way to do this?
regards, Andy
**********
The X's have been added to my email address to thwart spam.
Take them out to reply.
**********
Here's the simple code that's used to instantiate the log query and
record set COM objects:
Set oLogQ = WScript.CreateObject("MSUtil.LogQuery")
strSQL = some_valid_sql_string_here
Set oRS = oLogQ.Execute(strSQL)
I'd like to be able to re-execute Log Parser using the oRS record set
as *input*. Is there a way to do this?
regards, Andy
**********
The X's have been added to my email address to thwart spam.
Take them out to reply.
**********