Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sqlProg

    error in screen scraping

    I am using Host Integration Server 2006 to do some screen scraping of an old mainframe application. I am seeing a number of errors that read: "The 3270 session is busy. The Receive () method should be called to determine when input is allowed and this method can be retried." Below is my code...
  2. sqlProg

    deviceType in connection string

    I am trying to do screen scraping of one of my mainframe screen. Below is the connection string that I am specifying in my code string _connstring = "Transport=TN3270;TN3270Server=tn3270.mvsprod;TN3270Port=23;DeviceType=IBM-3278;"; // create a sessionDisplay and connect...
  3. sqlProg

    DTS Package

    Hi everyone, I am trying to transfer data from excel file to my sql database. The problem is I have to read the path of the excel file from the database. I tried to use Dynamic property task for this and it didn't work proeperly. Can anyone please let me know what can in my package to make...

Part and Inventory Search

Back
Top