window에서 java에서 informix연결해서 쓰려고 하는데요
DriverManager.getConnection(dburl,"A","B");
부분인가... 암튼 이런에러가 나요
com.informix.asf.IfxASFException: Attempt to connect to database
server (tvdb2) failed.
어떻게 해야 되나여?
그리고 ifxjdbc.jar,ifxsqqlj.jar,ifxtools.jar에 대해서
CLASSPATH=.;C:\jdk1.5.0_06\jre\lib\ext\ifxjdbc.jar;... 식으로
classpath 잡아줘야 되나여?
(jar파일을 어디다 놔야될지 몰라서 모든 lib폴더에 넣어버렸습니다.
ㅡㅡ?;;;)
|