[java]MSSQL 서버 Connection

 
참고) DriverManager를 기준으로 한 Connection

MSSQL :
Connection con = DriverManager.getConnection("jdbc:microsoft:sqlserver://IP주소입력(211.58.154.204):1433", "아이디", "비밀번호");

ORACLE :
Connection con = DriverManager.getConnection("jdbc:oracle:thin:@IP주소(211.58.154.204):1521:DB명(orcl)", "아이디", "비밀번호");
 
이 글은 [java]Tip 카테고리에 분류되었습니다. 고유주소 북마크.

[java]MSSQL 서버 Connection에 1개의 응답

  1. Yvonne댓글:

    This piece of writing will assist the internet people for building up
    new web site or even a blog from start to end.

댓글 남기기