This is a database tool which is built in ASP program. This script is helpful for the users to view records step by step as ten pages instead of displaying all the records in a single page. It uses Microsoft Access database table as backend which...
Database Access Component is an article in which author explains about database access component which helps in retrieving data from the databases or from any other tabular structure with the help of ActiveX data objects. Here there are few steps...
Database access using UDL is a tutorial in which you can get the details about accessing the database data with the help of UDL. UDL is simply a text file with an extension of .udl. In this tutorial the author clearly shows you how to create data...
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.NET/COBOL.NET Database Access Example is an useful tutorial for the programmers to know how to establish the Sql Server database connection, get the data of the table and shows it on the datagrid control using Cobol.NET. In this tutorial the...
Counting Records in an SQL Table is an helpful tutorial for the .NET programmers to know about how to display the count of the database records. This tutorial explains it cleary with an example code. The example code is useful for the programmers...
Comparing Database Access to Different XML Parsing Methods is an ASP.NET tutorial in which author gives details about various XML parsing methods and compare its performance result with database accessing method. In this tutorial the author...
Count Records in DataSets is a simple tutorial which gives you the method of counting the total number of records in the DataSet object. This tutorial uses the Count property of the Row collection of the DataTable object to get the count of the...
Working with MS Access Stored Procedures in VB.NET. Part 2 is a tutorial which helps you to learn about how to use the stored procedure that has been created in Access database using the database tier. The database tier is to provide a gateway to...
Creation of an area of classified access is a web based article in which author discusses about how to secure certain ASP pages, how the visitors can retrieve the secured pages in the absence of databases. This tutorial will be very useful for the... |