dim cnn .....
dim rs as new adodb.recordset
set rs=cnn.execute("select * from thd")
if rs.fields("thd_sjrq")<>null
好象不对啊?