本文介绍了ODBC读取超过访问和excel记录的末尾的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我现在拥有ODBC代码,可以成功打开和读取Access和Excel文件中的数据。

问题是,在这两种情况下,ODBC都会继续读取超过记录的末尾,返回垃圾值。结果,该过程挂起,我无法超越第一条记录。

任何帮助都将不胜感激。



我尝试过:



在Visual Studio中尝试调试。尝试在线帮助。

解决方案

I now have ODBC code which successfully opens and reads data from both Access and Excel files.
The problem is, in both cases, ODBC keeps on "reading" past the end of record, returning junk values. As a result, the process hangs and I am unable to progress beyond the first record.
Any help would be appreciated.

What I have tried:

Tried debugging in Visual Studio. Tried online help.

解决方案


这篇关于ODBC读取超过访问和excel记录的末尾的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 08:48