The AITSH Links is a script written using PHP and uses MySQL for storing information like name, e-mail, website URL, project title, description, category etc. This is also a free for all links script. With this script it is easy to define the...
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...
Using Access, OleDb.NET and Access Queries is a simple tutorial which helps you to learn about writing the Access database Sql statements with OleDb.Net provider. The main feature of the OleDb.Net provider is that it uses the positional...
Using Images and Files with SQL Server: Part 1 is a tutorial which tells you the method for adding images to the Sql Server database table using various properties of the fileDataStream object. In this tutorial the author gets the size of the...
Using Images and Files with SQL Server: Part 2 is a web based tutorial through which you can learn how to get the binary data of the Sql Server database and display it on the client side using ASP.NET. This tutorial uses the BinaryWriter method of...
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...
Using WebRequest and WebResponse in NETCOBOL for .NET is a web based tutorial in which the author describes the method of including the webRequest class and Webresponse class in .NETCOBAL inorder to access the data from the internet. The author...
Access And Sql Reserved Words is a multi-platform compatible concise listing of SQL Reserved words to help you along.
Automate Data Export using DTS and ADO.NET is an article in which the author tells you the method of creating the data transmission service package and runs it on the ASP.NET. DTS is a tool that consists connections, task and workflow which helps...
Developing a Web Ring using ASP.NET Web Service and User Control is a web based tutorial which helps web programmers to know about creating web ring. Web ring is a collection of related web sites that are connected with each other. The author... |