VBS常用常數變數值
'ADO Status '----------------------------- adStateClosed = 0 'The object is closed adStateOpen = 1 'The object is open adStateConnecting = 2 'The object is connecting adStateExecuting = 4 'The object is executing a command adStateFetching = 8 'The rows of the object are being retrieved '----------------------------- 'ADO Data Types '----------------------------- adEmpty = 0 'No value adSmallInt = 2 'A 2-byte signed integer. adInteger = 3 'A 4-byte signed integer. adSingle = 4 'A single-precision f...