Transforming and Processing XML with XSLT |
|
Transforming and Processing XML with XSLT In the preceding example you transform XML into HTML directly in your script wrapping the data extracted from the XML document into appropriate HTML tags Alternatively you might perform an XSL Extensible Stylesheet Language transformation to get the same gen |
|
Creating XML with the DOM PHP Extension |
|
Creating XML with the DOM PHP Extension In fact the PHP DOM extension is a set of classes that can be used to generate access and manipulate XML data The DOM php script defined in the following listing shows how to generate an XML document based on the result set retrieved from the database mosgoogl |
|
ODP.NET - Handling Nulls when Working with OracleDataReader |
|
ODP NET Handling Nulls when Working with OracleDataReader When we work with OracleDataReader or for that matter even with data rows in a data table we may come across nulls The following is the efficient way to deal in with such scenarios mosgoogle geshibot language VB NET" create connect |
|
ODP.NET - Working with DataTableReader |
|
ODP NET Working with DataTableReader DataTableReader is complementary to a DataTable object and is mainly used as a type of Data Reader in the disconnected mode The following is the modified code mosgoogle geshibot language VB NET" create connection to db Dim cn As New OracleConnection D |
|
ODP.NET - Retrieving a Single Row of Information Using OracleDataAdapter |
|
ODP NET Retrieving a Single Row of Information Using OracleDataAdapter In the previous example we worked with a set of rows in the DataTable object Now we shall work with a particular row using the DataTable object The following code accepts an employee number from the user and gives you the details |
|
ODP.NET - Filling a DataTable Using OracleDataReader |
|
ODP NET Filling a DataTable Using OracleDataReader So far we have been filling data tables using OracleDataAdapter ADO NET 2 0 gives us the flexibility to fill a data table using OracleDataReader as well The following code gives you the details of all employees available in the emp table by filling |
|
ODP.NET - Retrieving Multiple Rows on to the Grid |
|
ODP NET Retrieving Multiple Rows on to the Grid In the previous section we tried to retrieve only one row using OracleDataReader In this section we will try to retrieve more than one row or a result set and populate a DataGridView on a WinForm mosgoogle The following code lists out the details of al |
|
jQuery - JavaScript Sorting |
|
Learning jQuery JavaScript Sorting There are times though when we either don t want to wait for server responses when sorting or don t have a server side scripting language available to us A viable alternative in this case is to perform the sorting entirely on the browser using JavaScript client sid |
|
EDI and Software Applications |
|
EDI and Software Applications EDI and JAVA Java is a programming language originally developed by Sun Microsystems and launched in 1995 While generally compiled to byte code direct hardware execution of byte code by a Java processor is also possible Currently almost all of Java’ s software |
|
Microsoft AJAX Library - Inheritance using Closures |
|
Inheritance using Closures and Prototypes There are two significant techniques for implementing the OOP concept of inheritance with JavaScript code The first technique uses closures and the other technique makes use of a feature of the language named prototyping Early implementations of the Microsof |
|
|