Connect to AS400 using .NET

前端 未结 7 2146
再見小時候
再見小時候 2020-12-12 19:39

I am trying to build a .NET web application using SQL to query AS400 database. This is my first time encountering the AS400.

What do I have to install on my machine

相关标签:
7条回答
  • 2020-12-12 20:05

    You need the AS400 .Net data provider. Check here: https://www-01.ibm.com/support/docview.wss?uid=isg3T1027163

    For connection string samples, check here: https://www.connectionstrings.com/as-400/

    Also, check out the redbook for code examples and getting started. http://www.redbooks.ibm.com/redbooks/pdfs/sg246440.pdf

    0 讨论(0)
提交回复
热议问题