A. Another repair session is running concurrently.
B. The failure ID has not been mentioned in the command for data file 5.
C. There are new failures recorded in the Automatic Diagnostic Repository (ADR).
D. The ADVISE FAILURE command has not been issued before the REPAIR FAILURE command.
第1题:
AD0对象模型包括5个对象,分别是Connection、Command、Field、Error和( )。
A.Database
B.Workspace
C.RecordSet
D.DBEngine
第2题:
下列代码的执行结果是( )。
A.error1
B.error2
C.error1 error2
D.2 error2
第3题:
如果A为整数,且|A|>=100,则打印"OK",否则打印"Error",表示这个条件的单行 格式If语句是( )。
A.If int(A)=AAnd Sqr(A)>=10ThenPrint"OK"ElsePrint"Error"
B.IF Fix(A)=AAndAbs(A)>=100Then Print"OK"Else Print"Error"
C.IF Int(A)=AAnd(A>=100,A<=-100)ThenPrint"OK"ElsePrim"Error"
D.If Fix(A)=AAndA>=100,AndA<=-100ThenPrint"OK"ElsePrint"Error"
第4题:
下列程序的运行结果是( )。
A.error1:10.5
B.error2
C.error1:10.5 error2
D.以上都不对
第5题:
ADO对象模型主要有Connection、Command、( )、Field和Error5个对象。
A.Database
B.Workspace
C.RecordSet
D.DBEngine
第6题:
A. Error-Checking Code
B. Extended-Checking Code
C. Error-Correction Code
D. Enhanced-Correction Code