<%#DataBinder.Eval(Container.DataItem, "sitename")%>
Fill a DataSet from an Oracle Stored Procedure Using Visual C# .NET
This article demonstrates how to fill a DataSet object with the result set from an Oracle stored procedure. The DataSet object is central to supporting disconnected, distributed data scenarios with ADO.NET. The DataSet is a memory-resident representation of data that provides a consistent, relational programming model regardless of the data source. The DataSet represents a complete set of data, including related tables, constraints, and relationships among the tables.
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
Parsing XML with JDOM and the Oracle9i XDK
Jason Hunter, co-inventor of JDOM, talks about this lightweight, java friendly API for XML parsing and covers how to use Oracle's XML Parser under the covers!
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
Retrieve Resultsets from Oracle Stored Procedures
This article demonstrates how to use Visual Basic Enterprise Edition, Remote Data Object (RDO), the Microsoft ODBC Driver for Oracle version 2.0 and higher, and an Oracle PL/SQL package to retrieve resultsets from an Oracle stored procedure.
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
Access an Oracle Database Using RDO
With Visual Basic 5.0 and higher Enterprise edition, you have the ability to connect to an Oracle database through a DSN-Less connection, execute a stored procedure using parameters, and get return values from that stored procedure. The example in this article illustrates all of this functionality.
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
Retrieve Recordsets from Oracle Stored Procedures Using ADO
This article shows how to create a Visual Basic 5.0 and ActiveX Data Objects (ADO) project or a Visual Basic 6.0 and ADO project that returns a typical Recordset from an Oracle stored procedure. This article builds on the concepts covered in the following Microsoft Knowledge Base article:
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
Oracle 8 native Data Types
The Oracle 8 datatypes are the native building blocks of the database. With these parts, the developer can define the structure of the tables.