You could install the Microsoft ODBC-DB2 connector and then use ODBC as normal from your asp scripts...
You dont mention if your talking about .Net or Classic ASP nor if the DB2 is on Windows or AS/400 (or what ever they are calling the IBM OS these days).... if it is .Net have a look at http://systeminetwork.com/article/add-ibm-provider-data-source-visual-studio-2008
Hi, I tried connecting DB2 via odbc driver from c# .net and vb.Net. It is working fine and able to fetch data. But with the same driver I need help to connect DB2 from classic ASP.