Hi All, Im using jt400.jar to connect to AS/400 for some implementation , The DB Properties have been hardcoded in one file from where it will be read . The file looks like this : ..................... DRIVER=com.ibm.as400.access.AS400JDBCDriver DATABASENAME=jdbc:as400://157.227.246.4/TARONL USERID=TARJOJ PASSWORD=TARABS05 .....................
But while connecting it gives the following error. >>>>>>>>>>>>>>>>>>>> sun.jdbc.odbc.JdbcOdbcDriver@4fdf11 [24/Feb/2004:20:50:30] INFO ( 2364): CORE3282: stdout: Problem with connection to database [24/Feb/2004:20:50:30] INFO ( 2364): CORE3282: stdout: Exception is java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified >>>>>>>>>>
Please look into the error and let me know how to fix this problem Thanks in Advance!!