« Previous Next »

Thread: COMCSVOutputContextClassClass object into SQL Input

Last post 05-23-2006 2:50 PM by LogParser User : DEinspanjer. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 05-21-2006, 11:38 PM

    COMCSVOutputContextClassClass object into SQL Input

    I have struck while doing some programming using Logparser.  I successfully did many of automations using logparser but was not able to convert COMCSVOutputContextClassClass output as input to SQLOutput class.

    Can any one give a clue on how to produce CSV output object as input to SQL Output class.

    Thanks in advance.

    SpellBound

  • 05-22-2006, 4:39 PM In reply to

    RE: COMCSVOutputContextClassClass object into SQL Input

    I'm sorry but your question doesn't make sense to me.

    Are you trying to read a CSV file and output the data to a SQL output format? If so, you want to use the CSV input format object not the output format object.
  • 05-23-2006, 3:39 AM In reply to

    RE: COMCSVOutputContextClassClass object into SQL Input

    I process the file in 2 parts

    1.  I process IISW3C Format and convert it to CSV.

    2. Now in the CSV Ouput I got (not a physical file),  I want the same object to be passed as an input to SQL output class.

    is that possible ?

    SpellBound

  • 05-23-2006, 2:50 PM In reply to

    RE: COMCSVOutputContextClassClass object into SQL Input

    If you are calling ExecuteBatch passing in a CSV Output object, then it is writing a file somewhere. That CSVOutput object is not useful outside the ExecuteBatch call. You will want to construct a CSVInput object and a query pointing at the file you wrote out in part one.
Page 1 of 1 (4 items)
Microsoft Communities