odbctest 유틸리티 사용
1.
Campaign 서버의 명령 프롬프트에서 odbctest 유틸리티를 실행하십시오.
odbctest 유틸리티는 연결할 수 있는 데이터베이스 목록을 다음과 유사하게 반환합니다.
Registered Data Sources:
MS Access Database (Microsoft Access Driver (*.mdb))
dBASE Files (Microsoft dBase Driver (*.dbf))
Excel Files (Microsoft Excel Driver (*.xls))
2.
odbctest 유틸리티는 프롬프트로 구동됩니다. 프롬프트에서 다음 정보를 정확하게 입력해야 합니다.
a.
b.
c.
유틸리티는 선택사항에 대한 확인을 프롬프트하지 않습니다.
3.
데이터베이스에 연결하면 odbctest 유틸리티가 다음과 유사한 메시지를 인쇄하고 명령 프롬프트를 표시합니다.
Server ImpactDemo conforms to LEVEL 1.
Server's cursor commit behavior: CLOSE
Transactions supported: ALL
Maximum number of concurrent statements: 0
For a list of tables, use PRINT.
4.
*
bulk [number_of_records]
*
number_of_records로 지정된 대로 반환할 레코드 수를 설정합니다. 기본값은 1입니다.
*
descresSQL_command
*
SQL_command로 지정된 SQL 명령으로 반환되는 열을 설명합니다.
*
describepattern
*
pattern으로 지정된 테이블을 설명합니다. 해당 유형, 데이터 유형, 스토리지 길이, 정밀도 및 스케일을 반환합니다.
*
*
*
*
*
print[pattern]
*
*
*
*
*
*
*