#22004/4/1 10:52:24
sql="select 年月日时分,水位,站名,站址 from ST_RIVER_R r INNER JOIN ST_STINFO_B b ON r.报汛站码=b.报汛站码 "
RS.CursorType = adOpenStatic
RS.CursorLocation = adUseClient
rs.open sql,conn
set objChartSpace.DataSource = RS
提示ADODB.Recordset 错误 '800a0bb9'
变量或者类型不正确,或者不在可以接受的范围之内,要不就是与其他数据冲突。
错误行是RS.CursorLocation = adUseClient,麻烦帮我看看