잊지 않겠습니다.

SQL Server의 접속

  1. SQLAllocHandle : ODBC의 초기화, SQL의 상태 초기화
  2. SQLSetEnvAttr : 환경 초기화
  3. SQLAllocHandle : DB Connection 초기화
  4. SQLConnect : connect, connect handle, server name, length of string, user name, length of string, password, length of password

SQL Server disconnect

  1. SQLDisconnect
  2. SQLFreeHandle : Database disconnect
  3. SQLFreeHandle : Database connect
Posted by Y2K
,