Archive for Ottobre 1st, 2007

Enum Definition

Ottobre 1st, 2007

Description: Enum Definition

Link: http://www.codekeep.net/snippets/a6a6f8bd-37a2-45f7-9215-aed023eb2a02.aspx

    public enum ColorTypes
    {
        RED = 1010 ,
        BLUE = 1020 ,
        GRE

XML-Enabled Applications - Part 3

Ottobre 1st, 2007

In this section we look at validating XML documents against XML schemas. Topics covered include: retrieving XML data, accessing relational data through XMLType views, using XMLType views and performing DML operations on XML schema-based XMLType views. By Yuli Vasiliev. 1001