Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Trying to use MSUtil.LogQueryClass.ExecuteBatch

Trying to use MSUtil.LogQueryClass.ExecuteBatch

Scheduled Pinned Locked Moved Visual Basic
csharpjavadata-structurestools
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pablo4077
    wrote on last edited by
    #1

    I need Help! I'm trying to convert this script to VB.Net but its in java and I don't fully understand java to well. var logQuery=new ActiveXObject("MSUtil.LogQuery"); var recordSet=logQuery.Execute("SELECT * FROM <1>"); for(; !recordSet.atEnd(); recordSet.moveNext()) { var record=recordSet.getRecord(); for(var col=0; col ok I tryed this but: 'ExecuteBatch' is not a member of 'System.Array'. `Dim szQuery As String = szSelectClause & szAS & szLogFileDir & szLogFiles & szWhere & HackCond & szGrouped Dim test3 As MSUtil.COMIISW3CInputContextClass Dim test2 As MSUtil.COMCSVOutputContextClass Dim g_LogParser As MSUtil.LogQueryClass() Dim recordSet As MSUtil.ILogRecordset = g_LogParser.Execute(szQuery, test3, test2)`

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups