Top 101 to 150 Database Tools - ASP scripts

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



101)   Fastest way of Database Access : Caching Records in Memory
Displaying records from the database is the main topic discussed in this online tutorial. The author explains this concept through an example which is more faster in accessing than the rest.

102)   New MDB Component
This is an ASP based online database tool with MDB component that helps the users to generate dynamic Access database from an ASP recordset object.

103)   Optimizing ADO Calls
This online tutorial helps the webmasters to learn about optimizing ADO Calls. The author suggests a new method while referencing recordset values in the code which is explained in this article.

104)   Executing Transact - SQL INSERT Statement
This tutorial shows you how to add the records into the database table. You can add the records very fastly with the help of this tutorial.

105)   Generic ASP Database Editor for Access Tables
Generic ASP Database Editor for Access Tables is a tutorial that guides users to build an editor to manage the contents on MS Access database tables using with ASP.

106)   Reuse ADO recordsets
This online tutorial narrates the reusage of ADO recordsets. At the end of this article the developers could know how to reuse a recordset object, which is explained in this article.

107)   What is SQL?
This tutorial helps the users to learn more about SQL and also it helps the beginners to know about basic functions of SQL.

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

109)   Compact (compress) mdb database from ASP and VBS script.
The main objective of this online article is to teach the developers how to compress MDB database through ASP by DAO or JRO. The author explains this with an example in this article.

110)   Making the Switch From ODBC to OLE DB
Through this online tutorial the webmasters can analyse the concept of both ODBC and OLE DB. Then finally the author emphasises the importance of OLE DB.

111)   Insert Records - XML or ADO Marshalling Over The Net
The main concept of this online tutorial is about how to marshall the ADO recordset and insert a record in one database when a record is added into another Access database. The author describes the code to find the solution for the above said concept.

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

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

114)   Compact and Repair
This online tutorial explains about two main functions named as Compact and Repair Function in database Access from ASP code. The author describes these two functions with examples.

115)   Easy SQL Help (Update)
This tutorial guides the users in updating the values in the records of the database table. You can update the values based on any condition. This tutorial gives you the SQL query for updating the table records easily

116)   Add Records using Stored Procedures
This article is used for referring and learning about adding records using Stored procedures. It helps the users to add records into SQL server.

117)   Oracle8 and Oracle8i - Introduction
This is an ASP tutorial which deals with information regarding techniques involved in accesssing the content from the SQL server database. Here users can learn more about ODBC driver, OLE DB and ADO information.

118)   OLEDB For Me
This online tutorial deals with OLEDB in ASP. At the end of this online article the developers can link to their SQL and Access Data stores with the help of OLEDB which is proved in this article.

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

120)   Connections And Server Database Permissions
This article deals mainly with connections and server database permissions. The author discusses about the difference in betwen SYSTEM DSN connection and DSN less connection. The main summary tells about the working of permissions and about Server Admins.

121)   Setting Up and Using OraSession to Manage Your Oracle Database Objects
This online article explains about the OraSession object in oracle which handles collections of OraConnection, OraDynaset objects and OraDatabase within the application. The author explains about how to call these functions when needed.

122)   Running SQL Queries Using Web Forms
This online article shows about how SQL statements could be executed using Web forms and few ASP code against a database. The output would be displayed in the Web browser.

123)   Access Database Administration
This simple online tutorial helps the developers to restore an MS Access database and also to compact a database. The author explains this concept with an example.

124)   SQLPane
SQLPane is a web interface for database.

125)   Count Distinct Records For An Access Database And Active Server Pages
Count unique records and also filter access database records select count is an online tutorial which explains about displaying a count of the number of clients entered in each class.

126)   Access Article Db
This online tutorial helps the webmasters to display article text content in Access database. The author demonstrates the concept with an example.

127)   Created Instructions- ALTER and DROP
This online tutorial tells about the created instructions like ALTER and DROP. These instructions helps to generate a table, update a table and cancel one table.

128)   Utilizing Parameters in SQL Stored Procedures
From this tutorial section users can refer and understand how to use parameters in SQL stored procedures. Examples has also been given to the users.

129)   TaBliz - Web Database Manager
This ia a ASP based database tool which helps users who like to develop their webpage interlinking with datas in the internet, intranet, and extranet.

130)   Returning a Random Number of Database Records
Through this online tutorial the author explains the webmasters about how to return a group of random records. The author explains about every step involved in proceeding this task successfully.

131)   System DSN or DSN-less Connection?
In this article the author compares the system DSN and DSN Less connections. The author suggests DSN Less connections are superior which is proved in this article.

132)   VBeXpress Suite
It is an ASP based online database tool which provides code generation for both the VB 6.0 and ASP 3.0 database applications. This tool will be helpful for web development with business database integration and for providing vast library.

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

134)   Case Study: Storing, Querying, and Analyzing Performance
This tutorial helps the users to make query, response and store records on their database using stored procedures.

135)   Access To HTML
In this online tutorial the author explains about writing the data from the Access to the server. The author describes this procedures with an example through this article.

136)   Choosing a Random Record from a Recordset
Selecting one particular row from a table of HTML links is the main theme discussed in this online tutorial. The author discusses about the implementation of five step method to execute this job of section.

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

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

139)   Advanced Data Shaping Techniques
In this online tutorial the author deals with the advanced techniques in data shaping. Along with the table definitions of the example the author tells about data shaping.

140)   DSN-less Database Connections
The author proves the simplicity in linking to a database in an ASP script. This article deals about opening an Access database using a DSN Less connection.

141)   How To IIS and SQL Server on Separate Machines with Trusted Connection
The main objective of this online tutorial is to show that SQL server could be used with IIS and ASP. The author also has enlisted the steps to activate the authentication.

142)   Accessing Microsoft Access databases in ASP using ADO
It is an article through which users can learn more about accessing the data from the database with the help of ADO and ASP. Here author discusses about connecting the recordset with the help of ASP application.

143)   Transforming ADO Recordsets to XML with XSLT
This online tutorial is about transforming ADO Recordsets to XML with XSLT. The author describes about the step by step process of transformation along with an example and sample source code.

144)   Reading the DB
The main discussion is about how to read the news from the database with the help of ADO.NET. The author narrates this concept with a simple example.

145)   Connections, Commands and Procedures
This online tutorial explains about the Connection object and its features, the Command objects and its usages, executing stored procedures, optimization techniques and data shaping.

146)   Creating a DSN
Generating a DSN connection to an Access database is the main content discussed in this online tutorial. The author explains the entire procedures to build a DSN connection along with the screen shots.

147)   Subroutines and Include or Virtual
This article gives the complete description and features of subroutines along with include and virtual in ASP. The author explains the above said features with examples.

148)   Let Users Sort Your Displayed Records
This tutorial is for referring the code which is used to sort the records in ascending or descending order in a database table.

149)   Dynamically Viewing Database Connection Properties using ASP
In this simple online tutorial the author shows how to view database connection properties with the help of ASP. The author also shows the step by step procedures to create a DSN.

150)   Apostrophes in SQL statements
Through this simple online article, the author explains about the problem of using apostrophes in SQL statement.



Browse Pages:    |<   <<     [1] [2] 3 [4] [5] [6] [7]     >>     >|  

 
 
Tuesday, 2 December 2008
Main Menu
Home
Top Downloads
New Programs
Awards
Link to us
Submit
Contact us
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 GoldSofts.com - Privacy Policy