This article provides a brief introduction to JDBC. Explains what is JDBC and how it can be used to access RDBMS. Provides a brief overview of JDBC architecture.
This lengthy article by Zeev Suraski includes a brief history of PHP, explanations of where they went wrong in previous versions, the design changes made in PHP 4, and more.
Java Runtime Problems gives a brief explanation of runtime problems, which impede java applets from working properly. It explains about runtime problems such as security exception which occurs when an applet has to fetch files from the host from...
A brief introduction to ASP.NET is a tutorial for the programmers to learn more about the common language runtime, web forms and ASP.NET. CLR helps you to handle the execution of the code and allocates various resources at the run time. The...
A Clock Out Of a Form as the name suggests can be used to implement a clock display in your web pages, which is not in a form and is totally independent. This runs fine on both the Internet Explorer and Netscape. This freeware JavaScript can add...
A Practical Comparison of ADO and ADO.NET - Part II is an article in which the author compares the recordset of ADO with the Rowset of the ADO.NET. The rowset of the ADO.NET belongs to the OleDbDataReader and SqlDataReader classes. Using Recordset...
A Practical Comparison of XSLT and ASP.NET is an article in which the author shows you the diference in the performace of ASP.NET and XSLT. The author compares both ASP.NET and XSLT by providing the solution for getting the XML data and convert it...
A Quick Comparison of ADO and ADO.NET - Part I is an interesting article in which the author discusses about the difference between ADO and ADO.NET. ADO 2.x contains 9 classes to perform various database operations. But in ADO.NET you have two...
Returning a Random Number of Database Records is the main core of this online article. The author starts with defining the SQL statement which can return the set of records. Further this article shows the step by step task involved in returning a...
ASP Overview is an article which gives a brief description of features regarding ASP. It discusses about the introduction of ASP, reason for using VBScript, way of writing in ASP page, working of ASP with an example, main objects, wrap up etc.... |