// Oracle 8.x 접속
SQLCA.DBMS = "O84 Oracle8/8i (8.x.4+)"
SQLCA.LogPass = "PassWorld"
SQLCA.ServerName = "tnsname"
SQLCA.LogId = "Login ID"
SQLCA.DBParm = "DisableUnicode=1"
* DB 접속
counnect using SQLCA
if SQLCA.sqlcode <> 0 then
return -1
end if
return 0
* DB 접속 끊기
disconnect using SQLCA
댓글 없음:
댓글 쓰기