Top 1 to 50 Database Tools - ASP scripts at Programsdb.com

Scripts are listed afer popularity.       To display the scripts after name please click here



1)   Database Connection String using Microsoft Access Driver (DSN less)
The main theme of this online tutorial is about using database connection string with the help of MS Access Driver with DSN LESS connection.

2)   How to Connect to a Database (DSNLESS)
This simple online tutorial teaches the beginners about how to connect to a database with the help of DSN Less connection. The author explains the code behind this concept.

3)   Update Multiple Records
This program is used for updating multiple records from database in a single form and also it allows the users to restore the list if required.

4)   ASP-Oracle Connectivity Using OO4O
This online tutorial deals about the connectivity of Oracle with ASP using oracle object for OLE(0040). The author further explains the task of passing through Package, Procedure and SQL from ASP.

5)   Building custom toolbars, menus, and popups in Microsoft Access 2002 applications
This is a simple and easy to learn tutorial in which the author explains you the method for creating toolbars, popups and menus in MS-Access 2002. This tutorial is useful for the novice programmers.

6)   Create a Stored Procedure using ASP
This article provide code snippet which creates a stored procedure that helps the users to calculate number of products on their database table.

7)   Generating Random Records from the Database
Through this online tutorial the author explains the task of displaying random records from the database. At the end of this article the developers can learn to display the records in different ways.


8)   Displaying Unicode with the HTMLencode Method
In this online tutorial the author describes about displaying Unicode on IIS's Server object. The author explains this concept with an example.

9)   Database Connection Through VBScript Classes Part 1
This simple online tutorial deals with the concept of connecting database through VB Script class. This article helps the developers to to create a reusable class to link the connection and recordset objects.

10)   Populate Form from Database
This simple article deals mainly with populating form from a database. The author generates a form which is editable by the clients and describes the usage of it.

11)   Pagination to columns for large query
This online tutorial discusses about the pagination to columns for large query. The author explains this concept with an example through this article.

12)   Add a new record to a database
This tutorial explains you about how to add the records in the database table using the recordset object of the ADO. This clearly shows how to create the connection to the database using the server object and add the values to the table.

13)   Dynamic Dropdown Box
This tutorial helps you to display the list of items in the drop-down list box dynamically. You can create the dropdown list box in your HTML form dynamically with the help of this tutorial.

14)   Get the Autonumber
In this online tutorial the author describes about the importance of searching the record identification number in a table to which a record is appended. The author discusses about the built-in method to carry on this task successfully.

15)   View all records in a database table
To view the entire data of a table within a database is possible and proved by this simple online tutorial. The author explains this concept with an example.


16)   Remove Duplicate Records from Database
This is an useful article guides you to keep unique records on your database table by deleting the duplicate records.

17)   Calling MS Access Parameterized Queries from ASP
This tutorial site helps the users to know how to call MS Access parameterized queries from ASP and this tutorial shows how to activate SQL queries to access Access database through ASP.

18)   Using DateDiff function in SQL Statement
This article gives definition about the usage of DateDiff function in SQL statement to calculate difference between two date.

19)   Online database administration tools
This is a powerful online database administration tool that allows users to add their entries, update or remove it from the database online.

20)   ASP Database
ASP Database is a powerful database tool that allows webmasters to create their website with database table to add, edit, remove etc., records from their database online. Its simple to manage databases and easy to understand.

21)   Really Easy Record Counting
In this tutorial you can learn about counting records in the database table. This tutorial uses two ways such as count() and recordcount method to count the number of records in the database table.

22)   DataBase Editor
DataBase Editor is an ASP based script that allows you to manage your website database from the browser. Demo available.

23)   Simulate an MS Access Datasheet in ASP
This tutorial gives instruction to the developers for simulating an MS Access datasheet on ASP. It helps the users to add and update data records in the database.

24)   Mastering getrows
It is an article which deals with array manipulation with the help of getrow function. In this article author describes about the two loops which controls the two dimensional arrays.

25)   Display 10Records per Page
The main objective of this online tutorial is to help the developers to display more number of records on web pages. The author shows how to control the number of records displayed.

26)   Displaying Parent and Child Database Relationships through an ASP Page
The main core of this article is about displaying data with the help of HTML and ASP. The author displays data in the format of parent and child database relationship.

27)   Paging a single record
This online article is a solution to a question dealing with splitting a single record. The author proves this concept with an example.

28)   DSN, DSNless connections
In this online article the author explains about both DSN Connection and DSN Less Connections to link an Access database. Test scripts given in this article helps the learners to know about each procedure.

29)   Showing data from a database
The main topic discussed in this online tutorial is about showing data from a database. The author explains with an example in this article.

30)   Creating a SQL Query Test Page
Users can refer this database tutorial to create a SQL query test page to get correct information from SQL server database.

31)   A real easy way to add tables: ADOX
The main core of this online article is to add a table to the database using ADOX. The author tells how to add a table to an Access database with an example.

32)   Update Records
This tutorial is useful for the database managers which provides them several tips to enhance their database with updating facility to edit records whenever necessary.

33)   Viewing and Printing Access Reports with ASP and VisualBasic
In this online tutorial the author describes about viewing Access reports with the help of ASP. The author also discusses about accessing Office applications in ASP.

34)   Databound Countries Combo
This is an ASP tool which displays all the countries in the world using the drop down combo box. This tool is simple and user friendly to the users. Programmers can use this tool for their web applications.

35)   Seven Simple Steps
This is a database tool which is helpful for the users to generate SMART web forms to store data by following seven simple steps. It offers several important features.

36)   Dynamic Drop Down Box To List Years
This simple tutorial helps to generate a script that automatically fills the consecutive years after the users initial input. In this tutorial you can see the example code for creating the dropdown box that displays the list of years.

37)   Using ASP to Connect to an Access Database
Active Server Pages is useful to communicate with any ODBC compatible database which is proved in this online tutorial. The author explains the art of linking to an access database.

38)   Next 5 records
The main core of this online article deals with controlling the number of records which is returned from a recordset. The author explains about all the process with an example.

39)   Executing Transact-SQL UPDATE statement
This site has small example which is helpful for the users to edit their data into the database. Source code for reference and to test has been given.

40)   DELETE multiple records
This article demonstrates about how to delete multiple records from single form by using checkboxes and also the users are allowed to restore the deleted list.

41)   Accessing Microsoft Access databases in ASP using ADO
The main objective of this online tutorial is to teach the beginners about using Access .mdb databases in ASP. The author uses ADO for this access which is explained in this article.

42)   ASP SQL Display Queries in a Web Interface
This online article is about the ASP SQL Queries in a web interface. Getting direct access to a data is hard to which the author comes with a solution in this article.

43)   ASPMaker
ASPMaker is an automation tool that can generate a full set of ASP (Active Server Pages) quickly from a Microsoft Access Database or any ODBC Data Source.

44)   ADO Recordset Paging in ASP
This online tutorial explains the task of implementing record paging in ASP. The author explains the entire procedures of inducing record paging with the help of ADO.

45)   Connecting to a database without a DSN
This simple online tutorial is a good example to show the developers how to connect to an Access database. The author explains this concept through a simple code.

46)   Calling Stored Procedures From Active Server Pages
This tutorial teaches the users regarding the stored procedures in ASP. It briefly explains about calling stored procedures from ASP.

47)   ASP Datagrid
This script is based on ASP which is used to create a database table with full of customization facility. It enables users to edit, sort, update and search data from the database table.

48)   1 DB Manager
1 DB Manager is an ASP based database tool which is used to manage database entries and to record data remotely. It has full customization facility to manage databases.

49)   Simple ASP Paging Technique
The main core of this online tutorial is about the simple paging techinque in ASP. The main highlight of this article is about how to show records from the database into several pages.

50)   Displaying information from a database
Displaying information from a database is an article that contains more information about how to display records from the database table using vaious methods.



Browse Pages:    |< 1 [2] [3] [4] [5]     >>     >|  
    Home
    Top Downloads
    New Programs
    Awards
    Link to us
    Submit
    Contact us

 

Scripts Categories

 



Game Cheats

Updated: Tuesday, 13 May 2008

Privacy Policy