create table CUSTOMER
(
  CUSTOMERID        NUMBER(19) not null,
  ACCEPTTIME        TIMESTAMP(6) not null,
  MEMO              VARCHAR2(2000 CHAR),
)表中只有两行数据。在调用select * from customer时.
RS.EOF始终为True。
已试过cursorlocation改动,
也换过表,其他表,没有Timestamp字段的没有问题。
请帮忙,谢谢。