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. Database & SysAdmin
  3. Database
  4. Reading from AS400 [modified]

Reading from AS400 [modified]

Scheduled Pinned Locked Moved Database
comcsharpc++databasewindows-admin
4 Posts 2 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.
  • G Offline
    G Offline
    Giorgi Dalakishvili
    wrote on last edited by
    #1

    Hello, Which provider should I use for transferring data from as400? I cannot use Microsoft provider as I am using standard edition. As for IBM providers there are three ones for native ole db: IBM db2 udb for iseries ibmda400 ole db provider IBM db2 udb for iseries ibmdasql ole db provider IBM db2 udb for iseries ibmdarla ole db provider and there are the same three for Ado.Net Apart from ole db I can use ODBC and use the DNS I have created in data sources. Which one will be the fastest? I believe using native will be better but which one from the three possibilities? Also, are there any gotchas to take into consideration? Any tips and tricks? Thank you.

    Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion

    modified on Saturday, February 7, 2009 6:24 AM

    W 1 Reply Last reply
    0
    • G Giorgi Dalakishvili

      Hello, Which provider should I use for transferring data from as400? I cannot use Microsoft provider as I am using standard edition. As for IBM providers there are three ones for native ole db: IBM db2 udb for iseries ibmda400 ole db provider IBM db2 udb for iseries ibmdasql ole db provider IBM db2 udb for iseries ibmdarla ole db provider and there are the same three for Ado.Net Apart from ole db I can use ODBC and use the DNS I have created in data sources. Which one will be the fastest? I believe using native will be better but which one from the three possibilities? Also, are there any gotchas to take into consideration? Any tips and tricks? Thank you.

      Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion

      modified on Saturday, February 7, 2009 6:24 AM

      W Offline
      W Offline
      Wendelius
      wrote on last edited by
      #2

      Have you checked this: http://www.itjungle.com/fhg/fhg050306-story02.html[^] "IBM offers the OS/400 community three OLE DB providers: IBMDA400, IBMDASQL, and IBMDARLA. As a review, IBMDA400 is a general purpose, all encompassing provider that supports SQL, command and data queue interfaces. IBMDARLA is the record level access provider and is primarily for applications that work with single records instead of sets of records. The IBMDASQL provider was released with iSeries Access V5R3 and is an SQL only provider."

      The need to optimize rises from a bad design.My articles[^]

      G 1 Reply Last reply
      0
      • W Wendelius

        Have you checked this: http://www.itjungle.com/fhg/fhg050306-story02.html[^] "IBM offers the OS/400 community three OLE DB providers: IBMDA400, IBMDASQL, and IBMDARLA. As a review, IBMDA400 is a general purpose, all encompassing provider that supports SQL, command and data queue interfaces. IBMDARLA is the record level access provider and is primarily for applications that work with single records instead of sets of records. The IBMDASQL provider was released with iSeries Access V5R3 and is an SQL only provider."

        The need to optimize rises from a bad design.My articles[^]

        G Offline
        G Offline
        Giorgi Dalakishvili
        wrote on last edited by
        #3

        Thank you Mika. I will only need to issue select statements so I guess IBMDASQL will be most efficient.

        Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion

        W 1 Reply Last reply
        0
        • G Giorgi Dalakishvili

          Thank you Mika. I will only need to issue select statements so I guess IBMDASQL will be most efficient.

          Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion

          W Offline
          W Offline
          Wendelius
          wrote on last edited by
          #4

          Giorgi Dalakishvili wrote:

          I will only need to issue select statements so I guess IBMDASQL will be most efficient

          Yes, I also think that would be a good choice when using selects only.

          Giorgi Dalakishvili wrote:

          Thank you Mika

          You're welcome :)

          The need to optimize rises from a bad design.My articles[^]

          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