Search
 
Saturday, 19 May 2012
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
 
Partners
  Clean Softs
  Free Downloads
  Internet Articles
  Song Lyrics
  Free Drivers
  Articles
  Red Softs
  Get Free Softs
  Free Downloads
  Adware Info
  Gold Softs
  Daily Articles
  MySpace Generators
  Software Download
  Download Programs
  Hotel Reservations
  Programs DataBase
  Mobile Phones
  Pimp MySpace

Check PageRank
 
501-534 Database Tools (ASP) scripts (listed in alphabetical order)

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

501)   Using SQL Set Notation to do Batch Deletes
This is an ASP article that describes about deleting multiple records using the single SQL statement. This article provides the sample code for the users better understanding.

502)   Using SQL to query and return search results
This tutorial guides the users to create their own searching tool on their webpage or database to retrieve results quickly.

503)   Using Stored Procedures For Data Access
This database tutorial guides the users about accessing data from database using stored procedures techniques and also it explains why stored procedure is used for accessing data in detail.

504)   Using SUM Function in An SQL Statement
This article is helpful for the users to determine the function of SUM in SQL statement. Users can refer given code in this article to test on their projects.

505)   Using System Objects in MS SQL-Server to Create a Web-Based Database Admin Interface
This online tutorial helps the webmasters to build a tool which could add, modify and delete records from any table in the database. The author demonstrates the art of using system objects to build a web based tool or database with an admin interface.

506)   Using the ADO Stream Object to Determine Properties of any type of file
It is an tutorial in which author explains about defining the properties for any type of files using ADO stream object. The programmers can learn about the source code which executes the above said process.

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

508)   Utilizing the INNER Join
This article explains about how to work with SQL database and how to make an ASP page interact with SQL server to store data using SQL statements.

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

510)   VBS Database
It is an open source VBscript object that helps users to create a database table to publish their data quickly. It uses multiple databases to store data. It supports CSS and it is easy to use.

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

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

513)   Viewing records one page at a time with ASP
The main core of this online tutorial is to show how to navigate and view records one page at a time in ASP. Using page properties of the recordset object, the author explains this with an example.

514)   Want to Search with ASP and SQL?
This tutorial steers the users to create asp based searching tool on their website. It searches and fetches the result from database to display on the screen.

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

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

517)   Web Database Sample
This simple online tutorial is all about the Web database. The author gives a sample web database with its features. This article helps the developers in their web projects.

518)   Web SQL Console
This tool provides the services like, datahosting and webhosting. This utility is helpful for webmasters to create their website with database table to allow their site visitors to enter their data inside the database.

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

520)   What is wrong with 'SELECT *'?
This article tells the inefficiency of SELECT* in SQL statements and also it helps the users to know the alternatives for that command.

521)   What should my connection string look like?
This article explains all about connection string. The author proves that creating new DSN for our own purpose is more easier and fulfills all the important necessities.

522)   When should I use CreateObject to create my recordset objects?
This online article explains about using the execute method of the connection method. The author discusses further about the UPDATE and INSERT functionalities.

523)   Which is better, rs(0) or rs("column_name")?
This is an online SQL tutor which explains and differentiate which is better whether rs(0) or rs("column_name") with example codes.

524)   Why can't I access a database or text file on another server?
Through this online tutorial the author explains the concept of accessing a database which is on another server. The author describes all the possibilities of accessing a file from different server other than the working machine.

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

526)   Working with ASP & MS Access
The main objective of this online tutorial is to teach the learners about adding, deleting and modifing data from an Access database using ASP. The author explains this with an example.

527)   Working with Databases and International Date Formats
This article in ASP deals with date format that have to be stored in the database. Here author offers few codes that can be utilized in converting the date into international standard date format.

528)   Writing a Stored Procedure
This article directs the users for writing a stored procedure by their own by referring the instructions provided in this tutorial.

529)   Writing ISQL_w in ASP
The main core of this online tutorial lies in the complete description about the task of ISQL. The main function of this is to run queries which is explained by the author in this article.

530)   X13 DB Editor
This tool is helpful for the users to create a database table on their web site to add, edit, delete or retrieve records from the database. It offers several customization facility and it is easy to work.

531)   XMLDatabase component
It is an ASP based online data base component that allows user to access information from the database and also transfer the datas in the table into XML.

532)   XReport
XReport is a program that enables users to generate online HTML reports. This program facilitates users to create grouped results, simple reports and cross tab reports.

533)   ZBit B+Tree
It is an ASP based online multithreaded component with COM object. This tool can be implemented in the users website to display the data collection with the help of B+ Tree algorithm.

534)   ZBit Data Replication Engine
This is a database tool which is used to replicate tables and data from or to the databases. It has fully customizable facility. It replicates between any ODBC or OLEDB datbases.



Browse Pages: [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] 11
 
 Seitenanfang  Home   • Submit   •  Most Popular   • New   • Privacy Policy   • Bookmark