HI,
I want to set the order by desc in the sql statement, but my statement cause
BOF or EOF, what wrong with the statement ?
I want to set the order by desc in the sql statement, but my statement cause
BOF or EOF, what wrong with the statement ?
Code:
rsProcess.Open "select * from Process where SN = '" & Bd_details.Controls(Bsn).Text & " ORDER BY sn, debugno desc" & "'", conn
Comment