The information in this article applies to:
SYMPTOMSText files that contain a capital "S" in a column by themselves display as "0". The rest of the characters for that column are not displayed. STATUSThis behavior is by design. MORE INFORMATION
The text file is not in the format Visual Basic expects it to be in. Visual
Basic expects to find "" around each and every entry in the text file.
Steps to Reproduce the Problem
ResolutionThe preceding file is not in the format Visual Basic expects; comma separated text needs to be in the following format:
REFERENCESFor more information on the Text ISAM and Accessing Data in a Text Document, search for the keyword "schema.ini" in the Visual basic Online help. Additional query words: 4.00 vb4win vb4all
Keywords : kbDatabase kbIISAM |
Last Reviewed: September 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |