I have a serious problem. Now that I have convinced my employers that Perl is good, I need to be able to access our company's AS400 DB2 database from the intranet webserver (IIS on Win 2000) so that the Perl modules can replace the old green screen COBOL apps. I had IBM's client access working on NT4.0 but the new server that runs Win 2000 can't seem to use the ODBC driver when it runs as a service. My code runs at the command line but fails under IIS with this message: Error: DBI->connect(AS400ReadOnly) failed: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (SQL-IM002)(DBD: db_login/SQLConnect err=-1) at D:\Intranet\AHStest\as400odbc2.plx line 38 Someone has to have encountered and solved this, please help... Bill
