|
 DataGrid vs. DataGridView
The DataGridView Windows Forms control is a quite new .NET control introduced in MS Visual Studio .NET 2005 that is a good alternative to the VS .NET 1.x DataGrid control. Obviously we do not need to disregard the .NET DataGrid control...
 XML Transformation Template Scenario
What to do if you need to get an especially structured XML file from your Excel source (or from other data storage)? How to create an XML with your particular multi-level tagged tree structure from your specially formatted data source?
 Using an Oracle View to store query results as an XML output
How to convert a generated Oracle database query results to an allocated XML file? Create a view in your Oracle database, browse query result, update the view and store it.
 XML and non-Latin characters. How can they be reconciled?
This brief article is intended to help people around the world how to better understand XML presentation. XML file locates some words which probably should contain some national letter but have something strange in place of it...
 Data Transformer for Oracle
Data Transformer for Oracle (DTO) is a data converting software allows the user to interactively create a link mapping that can be used to transform heterogeneous data. The article describes how to solve the conversion problem. The DTO tool can be used to transform data between
an Oracle database and other data sources.
 For Visual Basic Beginners
Everyone was a beginner once. The faster we feed new people with good information, the faster they will become good members of the "Visual Basic World". Here you can find some useful VB-examples...
 How to print datagrid in .NET?
The article provides a programmatic approach to printing data within a .NET WinForms Datagrid.
 XML file generation
How to convert data from Oracle database to XML metadata file by using Java JSP's servlets? This article describes how to do that by using the JSP technology. Very useful for XML+JSP+Oracle beginners...
|