Monday, 8 September 2008
Top 51 to 100 Database Tools - ASP scripts

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




51)   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.

52)   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.

53)   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.

54)   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.

55)   2eNetWorX TableEditor
Why pay for other database administration packages when you can use TableEditoR for free. Although it's still a Beta version, it's very functional for most of your needs.

56)   Ways to get Alphabetical Paging for your ASP scripts
In this online tutorial the author shows two methods to receive alphabetical order paging. The author suggests the second method as the easier way to receive in alphabetical order.

57)   Importing a CSV file into Access
The main objective of this online tutorial is to teach the developers how to import a CSV file in Access. This easier method is proved by the author through this article.

58)   Accessing database from an ASP page
Through this online tutorial the author explains about how to generate an Access database in ASP and also how to make use of a database. The sample source code for this task is given.

59)   Creating a Datagrid Class in classic ASP - Introduction
This is a very simple online article that explains about generating a datagrid class in ASP. The author demonstrates an example using the RecordCount property of the Recordset.

60)   Readymade PayPal IPN Access Database
Readymade PayPal IPN Access Database is a tutorial in which the author provides a PayPal Access database for a better reference for the users who use PayPal.com IPN script.

61)   ADO & Connectionless Recordsets
This online article discusses about the Recordset object and ADO. The author explains about the connectionless objects and about how to display data with a Recordset.

62)   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.

63)   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.

64)   Displaying a Standard ASCII Character Map
This online tutorial is just like a guide book to the developers to know about the ASCII table of characters. The representation of this table is displayed in a tabular column form.

65)   Security in data Insert
This tutorial is very helpful for all the users who needs to insert the data into the Access database table. This tutorial gives the SQL query that helps to add the records into the table to the users.

66)   A Generic GetRows VBScript Class - Part II: Adding Update and AddNew functions
This online tutorial shows about building a class to add new record to table, and one that edits a row in a table. The author further explains about adding update and AddNew functions. This article uses few new properties to the expanded class which is explained.

67)   Apollo ASP
Apollo ASP is an effective program that allows programmers to create Active Server Pages by using database without requiring ODBC and ADO.

68)   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.

69)   Easy ADO RecordSet Paging
From this online tutorial the webmasters could gain more details about the usage of ADO Recordset paging. The author explains about retrieving a Recordset from a data source.

70)   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.

71)   MS Access Stored Procedure
This is an online tutorial and the users can use this as reference guide for learning about MS Access stored procedures to store and retrieve data from database.

72)   ASP Event
This tool is used to access the specific events in specific time and provide that particular events to a specific email address perfectly. This reporting tool is useful for webmasters.

73)   Display Records Horizontally
This simple online tutorial helps the webmasters to display their records from database horizontally. The author explains the entire process of this concept with an example.

74)   Populating Drop-down List Boxes
In this tutorial author demonstrates how to populate the drop-down list boxes in the HTML form. This is very helpful for those who need to list the items in their applications.

75)   Database Basics
This simple article describes everything about database basics. The author explains the fundamentals of database with its entire features. Tables, Records and Fields are the other sub topics described.

76)   Counter that returns ScreenInfo
The main core of this online tutorial deals with the counter that returns with screen information. The author describes about the process of retrieving the screen resolution with an example.

77)   DeZign for Databases
It is a tool used for developing database table in a simple format at various management levels. It supports multiple databases and its user defined interface helps users to generate database easily.

78)   Extracting a record in accidental way
This online tutorial shows how to extract a record. The author explains few examples of extracting a record in VBScript.

79)   Batch update records
This article demonstrate you for updating recordsets in ASP. It allows the users to update multiple records from database from a single web form.

80)   GetRows VBScript Class - Part III: Paging the results
In this online tutorial the author explains about the class expansion to accept the recordset's pagination. The author describes more about each and every step of carrying out this process.

81)   Search and Replace SQL Server data in all columns of all tables
This tutorial elaborately demonstrates and discusses about the functionalities that the users can follow for searching and replacing SQL server data in columns.

82)   Download recordset as a CSV (DBF, MDB) file
The task of converting recordset to CSV file is the basic theme discussed in this online tutorial. The author explains about GetString method with an example and sample source code.

83)   Adding Records To Databases
This database tutorial shows users how to add the records in a table of a database. This tutorial shows an example for the users.

84)   Why does RecordCount return as -1?
This simple online tutorial is about accessing the Recordcount in SQL. The author explains about the proper way to access Recordcount using GetRows() function.

85)   Inserting data into a Database table using ASP
This tutorial is helpful for the beginners. This tutorial shows you how to open the database connection and execute the SQL query that adds the values to the database table.

86)   Count Records
This tutorial demonstrates users about how to count the number of records in the recordset object. This tutorial does not use the count() funtion to count the number of records.

87)   Web Database Interface Builder
This tool is helpful for the users to build their website with powerful database to store data. Databases may be either MS Access, SQL server or MySQL databases. It allows user to customize their data inside the database in secured manner.

88)   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.

89)   Passing a list & array to an SQL Server stored procedure
This tutorial explains about how to send arrays or list of values to SQL stored procedures. For reference code snippets with brief description is given.

90)   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.

91)   Using Data Shape to create hierarchical recordsets
The main highlight of this online article is about data shaping. The author explains how this data shaping is used to generate hierarchical recordsets. The main usage of this data shaping is by helping the users to utilize less server memory.

92)   SQL In Simple English - Part I
This simple online tutorial is one of the resourceful article through which the beginners could develop their knowledge about the main concepts of SQL.

93)   safeSQL secure SQL - ASP
It is an ASP based database security tool that make the database of the users website secure. This program provide high security with valid sending format and check options for ASP pages.

94)   ASP DataGrid
It is an active server component which provides delete, edit, add datas functions for the database in any ASP page.

95)   Fill A ComboBox with DB Information
This tutorial helps you to learn about listing the records of the database table in the dropdown combo box. This tutorial explains it with the sample code for the users.

96)   Updating Data in an Access Database
This is a powerful and useful tutorial for the developers which guides them about creating and managing MS Access database.

97)   A to Z of Stored Procedures for ASP and VB Programmers
This article briefly explains about stored procedures and its functions. By using this tutorial users can generate stored procedures to use on their database to customize records in the database.

98)   Grouping information in the query results
The main theme of this online article is to show the webmasters how to merge records into groups. The author describes about the function GROUP BY clause in SQL.

99)   Selecting Records Using ASP
The main core of this online article is about selective records accordingly with the help of ASP. The author shows how to list records and see them in detail in a table format with the help of HTML and ASP.

100)   List database objects using ADO and ADOX
The author through this online tutorial describes the different ways to collect a list of database objects from a database.



Browse Pages: [1] 2 [3] [4] [5] [6] [7] [8] [9] [10] [11]

Search Script
Scripts Categories
  ·  2D
  ·  Ad Management
  ·  Affiliate Programs
  ·  Articles
  ·  ASP
  ·  ASP Bootcamp
  ·  Auctions
  ·  Blog
  ·  Bookmark Management
  ·  Books
  ·  Browser Utilities
  ·  Business & Enterprise
  ·  Calculators
  ·  Calendars
  ·  Chat Scripts
  ·  Classified Ads
  ·  Click Tracking
  ·  Clocks
  ·  Coders & Programmers
  ·  Collections
  ·  Communication Tools
  ·  Components
  ·  Content Management
  ·  Counters
  ·  Customer Support
  ·  Database Management
  ·  Database Tools
  ·  Date and Time
  ·  Development
  ·  Development Tools
  ·  Discussion Boards
  ·  Displaying Code
  ·  Documents
  ·  E-Commerce
  ·  Education
  ·  Email Systems
  ·  Error Handling
  ·  Excel and ASP
  ·  Exchange
  ·  FAQ and Knowledgebase
  ·  File Manipulation
  ·  Financial Tools
  ·  Flash and ASP
  ·  Flash and PHP
  ·  Form Processors
  ·  Free For All Links
  ·  Games
  ·  Games and Entertainment
  ·  Graphs and Charts
  ·  Groupware Tools
  ·  Guestbooks
  ·  HTTP
  ·  Image Manipulation
  ·  Instant Messaging
  ·  Internet Utilities
  ·  Link Checking
  ·  Link Indexing
  ·  Link Management
  ·  Mailing List Managers
  ·  Miscellaneous
  ·  MS Word and ASP
  ·  Multi-Level Marketing
  ·  Multimedia
  ·  Navigation
  ·  Networking Tools
  ·  News Publishing
  ·  Objects & Framework
  ·  Online Communities
  ·  Open Directory Project
  ·  Organizers
  ·  Others
  ·  Polls and Voting
  ·  Portal Systems
  ·  Postcards
  ·  Quote Display
  ·  Randomizing
  ·  Redirection
  ·  References
  ·  Scripting
  ·  Scripts and Components
  ·  Search Engines
  ·  Searching
  ·  Security Systems
  ·  Server Management
  ·  Server Manipulation
  ·  Site Navigation
  ·  Site Recommendation
  ·  Software
  ·  String & Variables
  ·  Survey Voting and Quiz
  ·  Tests and Quizzes
  ·  Tips and Tutorials
  ·  Top Sites
  ·  Top Sites Systems
  ·  User Authentication
  ·  User Management
  ·  Vertical Markets
  ·  Virtual Communities
  ·  WAP and WML
  ·  Web Fetching
  ·  Web Hosting Tools
  ·  Web Rings
  ·  Web Sites
  ·  Web Traffic Analysis
  ·  Website Promotion
  ·  XML
 
2006-2008 GetFreeSofts.com - Privacy Policy