sql = "select * from authors where 1=0"
rst.Open(sql, objConn)
debug.print rst.Fields(0).Type will give yout the type information.