How to connect DB2 (IBM AS400) in .Net 8?

Golftion Alva 0 Reputation points
2024-08-07T15:25:23.9866667+00:00

Hi
For now, I use .Net Framework 4.8.1 to create web APIs (using IBM.Data.DB2.ISeries).

 But I want to use .Net 8 for creating APIs by using data from DB2.   
 Is there a way to connect the database which I don't have to pay for a IBM License?  
```**Thank you**

Community Center | Not monitored

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

3 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Bruce (SqlWork.com) 85,196 Reputation points
    2024-08-07T17:12:01.9366667+00:00

    IBM supplies a nuget package:

    https://www.nuget.org/packages/Net.IBM.Data.Db2/

    in general connecting to any non free database (even Sqlserver) requires a license.

    Was this answer helpful?