% '---- CursorTypeEnum Values ---- Const adOpenForwardOnly = 0 Const adOpenKeyset = 1 Const adOpenDynamic = 2 Const adOpenStatic = 3 '---- LockTypeEnum Values ---- Const adLockReadOnly = 1 Const adLockPessimistic = 2 Const adLockOptimistic = 3 Const adLockBatchOptimistic = 4 %> <% Set DbCon=Server.CreateObject("ADODB.Connection") DbCon.Open("DSN=ch71;UID=sa;PWD=pages30") Set RS=Server.CreateObject("ADODB.RecordSet") sql="select * from ch71_mem where ban='"&Request("classs")&"' order by no asc" Set rs=DbCon.Execute(sql) %>
|
||
ÇöÀç ÀÚ·á°¡ µî·ÏµÈ µ¿¹®¸¸ Á¤·ÄµË´Ï´Ù. |
||