SQLCA (1) 썸네일형 리스트형 SQLCA(SQL Communication Area) SQLCA(SQL Communication Area) 데이터베이스와 어플리케이션 프로그램 상호간에 여러가지 정보를 얻는 구조체 SQLCA 구조체 (SQL Communication Area) struct sqlca { /* ub1 */ char sqlcaid[8]; /* b4 */ long sqlabc; /* b4 */ long sqlcode; struct { /* ub2 */ unsigned short sqlerrml; /* ub1 */ char sqlerrmc[70]; } sqlerrm; /* ub1 */ char sqlerrp[8]; /* b4 */ long sqlerrd[6]; /* ub1 */ char sqlwarn[8]; /* ub1 */ char sqlext[8]; }; sqlcaid SQL .. 이전 1 다음