Visual Basic Q&A

As a software engineer, I focus on .NET, especially asp.net, C#, WCF and so on, and I am also very interested in Search Engine Optimization.

Entries Tagged ‘view’

BUG: Font Changes After Open Stored Procedure in Data View

Symptoms
When you open a Data View Stored Procedure Design window, the font of theData View window changes to the font of the Code window.
Resolution
To restore the font, you have to exit Visual Basic and restart.

BUG: Element may cause Data View to generate an error message

Symptoms
When you view an XML document with Data View in the Microsoft Visual Studio .NET integrated development environment (IDE), you may receive the following error message:

Although this XML document is well formed, it contains structure that Data View cannot display.
The grid cannot show the data correctly because of the unsupported character “.” in element name(s).
Resolution
The XML document has an element name that contains a period (.), and the period (.) is an unsupported character.

BUG: Data View: New Oracle Views Incorrectly Named During Save

Symptoms
After creating and saving a new view with the Data view tool, trying toaccess the newly created view results in the following run-time error:

‘-2147217865 (80040e37)’: ORA-00942: table or view does not exist.
Resolution
The Data View is saving the view name in lower case to the Oracle database,but Oracle sees views all in upper case.