BUG: WFC DataGrid Control Fails When Displaying a Binary Column (195528)
The information in this article applies to:
- Microsoft Visual J++ 6.0
- Microsoft SDK for Java 3.1
- Microsoft SDK for Java 3.2
This article was previously published under Q195528 SYMPTOMS
An attempt to display a binary field in a Windows Foundation Classes (WFC)
DataGrid control may cause an Application Error.
CAUSE
An underlying call to field.getString() fails.
RESOLUTION
Avoid using the DataGrid control to display binary data, if possible.
If you are writing code that directly manipulates binary fields, use
field.getValue() instead of field.toString().
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCES
For support information about Visual J++ and the SDK for Java, visit the following Microsoft Web site:
Modification Type: | Major | Last Reviewed: | 6/14/2006 |
---|
Keywords: | kbBug kbJava kbpending kbui kbWFC KB195528 |
---|
|