how to reconnect the mainframe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chandru8
    New Member
    • Sep 2007
    • 145

    how to reconnect the mainframe

    hi to all
    i am connecting vb6.0 to mainframe but sometimes the mainframe will be in some starting pages ,so i need to reconguire the connection i dont know how to do it can any one help me in this
    its urgent
    thanks
  • VBWheaties
    New Member
    • Feb 2008
    • 145

    #2
    Originally posted by chandru8
    hi to all
    i am connecting vb6.0 to mainframe but sometimes the mainframe will be in some starting pages ,so i need to reconguire the connection i dont know how to do it can any one help me in this
    its urgent
    thanks
    mainframe = database?
    if mainframe goes offline, so will the database.
    there are too many data provider specific options to list any possible configuration tweaks with your connection.
    advise you to specify who the data provider is (ms access, sql server, oracle, etc) so someone can assist.
    you might want to show us code as well.

    Comment

    • WinblowsME
      New Member
      • Jan 2008
      • 58

      #3
      Originally posted by chandru8
      hi to all
      i am connecting vb6.0 to mainframe but sometimes the mainframe will be in some starting pages ,so i need to reconguire the connection i dont know how to do it can any one help me in this
      its urgent
      thanks
      Are you using Attachmate EXTRA! ?

      Comment

      • chandru8
        New Member
        • Sep 2007
        • 145

        #4
        am connecting through vb6.0 and am not using any database
        Set aut1 = CreateObject("P COMM.autECLConn List")
        Set ps1 = CreateObject("P COMM.autECLPS")
        Set oi1 = CreateObject("P COMM.autECLOIA" )

        After opening the Hogan i need to press F10 and then it will ask for UserId and Password .If it not asked mean i need to reconnect the Hogan until userid and password

        thanks for your reply i think you may help in this ,
        thanks ..,

        Comment

        Working...