About 11,300 results
Open links in new tab
  1. Silent install of IBM Data Client server - Stack Overflow

    Mar 7, 2019 · The cause of the issue was problems in the Db2 client fixpack. It always helps to use a current version (latest fixpack) of the relevant IBM-software. This is especially true when …

  2. How to install DB2 ODBC or OLEDB Driver - Stack Overflow

    5 I have already installed IBM DB2 Database Express on Windows 7 Pro. Now, I would like to create my C# code in order to select/insert/update records in DB2 tables. I spend the whole …

  3. How to connect with DB2 client in windows.? - Stack Overflow

    Nov 5, 2020 · If the Db2 database server is remote (not on your machine), then you need to catalog the node to tell the Db2-client about the hostname-port for the Db2-server. db2 catalog …

  4. db2 - Connecting to IBM AS/400 with OS/400 data queue from a …

    Aug 8, 2024 · IBM offers two different providers for .net to work with i-series Db2-databases (i.e as400 databases) Choose the right one for your needs. The providers are: (1) …

  5. db2 - How to install IBM DSR Client and some ... - Stack Overflow

    Apr 10, 2024 · Im currently trying to install the IBM Data Server Runtime Client and some extensions, pdo_ibm and ibm_db2, to use in a PHP / Laravel project. For now, I have installed …

  6. IBM i series (AS400 / DB2) connection issue in .NET CORE 3.1

    Feb 9, 2022 · Use the correct port (446). For the licensing error, either add the Db2 connect personal license to the clidriver license directory, OR switch to using the odbc option of the …

  7. DB2 connection for a AS400 in powerapps - Stack Overflow

    Dec 18, 2024 · 1 I want to connect powerapps to a AS400. I have installed On-premises data gateway. As far as I have studied, there is only a DB2 connector in powerapps, but I can not …

  8. Connect to IBM DB2 with .Net using only .dll reference

    I would like to connect to a DB2 database, specifically an iSeries version, using .Net and C# by referencing a .dll and NOT installing any software on the server. Currently we use the …

  9. python - pyodbc connection to DB2 - Stack Overflow

    Oct 1, 2015 · In your case, you would need to install either the DB2 Data Server Driver for ODBC and CLI, the DB2 Data Server Runtime Client or the DB2 Data Server client and define the …

  10. IBM.Data.DB2 ADO.NET provider cannot load db2app64.dll

    Mar 3, 2025 · One after another, I tried the following approaches: Installed IBM.Data.DB2 nuget package. Removed it and added a reference to C:\\Program Files\\IBM\\IBM DATA SERVER …