PRB: Capital "S" Not Displayed When Using the Text ISAM (145769)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition for Windows 4.0
- Microsoft Visual Basic Professional Edition for Windows 4.0
- Microsoft Visual Basic Enterprise Edition for Windows 4.0
This article was previously published under Q145769 SYMPTOMS
Text 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.
RESOLUTION
The preceding file is not in the format Visual Basic expects; comma separated text needs to be in the following format:
"FirstName", "MiddleInitial", "LastName", "age", "address"
"Chris","B","Barr",30,"200 main st"
"Charles","S","Sterling",27,"100 1st street"
STATUS
This behavior is by design.
REFERENCES
For 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.
Modification Type: | Minor | Last Reviewed: | 3/16/2005 |
---|
Keywords: | kbDatabase kbIISAM kbprb KB145769 |
---|
|