Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 SessionDataSet.Iterator() 迭代数据时,出现异常,如下图所示。如何解决这个问题?
原因是没有调用迭代器的next方法。先调用next,即使结果只有一行,和JDBC结果集迭代一样。