 |
|
Top 451 to 500 Database Tools - ASP scripts at Programsdb.com |
Scripts are listed afer popularity. To display the scripts after name please click here
451)
Create HTML Pages from Access Db by Group
In this tutorial author explains about the creation of HTML pages dynamically. This tutorial displays all the records from the access database table and as well as add all the records to the text file.
452)
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.
453)
Paging Records in a Recordset
The main objective of this online tutorial is to teach the developers how to page records in a recordset. The author of this article narrates this with an example.
454)
Sample Database Connection Strings
This online tutorial deals with sample database connection strings. Through this article the webmasters could view few samples dealing with database connection strings.
455)
Inserting records into a database table
This simple online article helps the developers to know about the process of inserting data into the table in an Access database. The author explains this concept of inserting records with an example.
456)
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.
457)
Listing the Tables and Columns in a Database
In this article the author discusses about listing the tables and columns in a database. The author demonstrates this concept with an example.
458)
Explicitly Freeing your ADO Objects
The main objective of this online tutorial is to help the developers while dealing with database connectivity. The author narrates about the importance of closing the ADO objects and keeping the memory free.
459)
Connecting to a database with a DSN
This is a very simple online tutorial in which the author explains clearly about the two methods of connecting to a DSN.
460)
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.
461)
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.
462)
Highlight keywords from a page
This script is built in ASP which is used to highlight the search keyword on the search page. It uses very simple code and easy to use. It's an important tool for search applications.
463)
Access Databases(DSN vs DSN-LESS)
This online tutorial clearly explains both the tasks of DSN Access database and DSN LESS Access database. The author narrates both access databases with proper examples.
464)
Database -- Convert to Comma-Delimited File
This article gives several hints and followups to the users to convert SQL statements into ASCII comma-delimited.
465)
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.
466)
QUICK TIP: Getting Identity without Stored Procedure
This is a simple tutorial for the readers. In this tutorial author cleary explains how to get the autonumber of the last record without using the stored procedure.
467)
Database Basics
This is an useful and helpful tutorial for the beginners which teaches and guides them to manage and customize database table online.
468)
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.
469)
Remove duplicate records
This ASP tutorial helps you in deleting all the duplicate records that exist on your database table. You can copy the sample code on your applications from this tutorial.
470)
How to access SQL Server in Active Server Pages
The main objective of this online tutorial is about connecting to SQL server with the help of ActiveX Data Objects. The author explains about the connection pooling feature too.
471)
Templates for Proc-Blaster
Proc Blaster is a code generator that interacts with MS SQL data server which helps users to generate code patterns for different languages(ASP, ASP.net). It generates code instantly and easily.
472)
How to use XML File as database
How to use XML file as database is the topic discussed in this online tutorial. The author describes this concept of using XML files as a replica to database with an example.
473)
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.
474)
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.
475)
Troubleshooting SQL Statements
This tutorial guides the users how to find and rectify errors in SQL statements and also it helps them to generate their SQL statements flawlessly.
476)
Next Record Please
Next Record Please is a tutorial which helps you to scroll through the table one record at a time. This tutorial offers two methods for doing this. This tutorial is easy to learn.
477)
Executing Transact-SQL DELETE statement
This is an useful tutorial that guides users in deleting records from a database table. You can delete the records easily and quickly by the sample code provided with this tutorial.
478)
Database Summary Info
In this online article the author describes about the usage of OLEDB which is more powerful to database connections. The author explains all categories under this title with examples.
479)
Insert Record And Retrieve Unique ID
This is an helpful tutorial for those who needs to insert the records and retrieve the unique id of the particular record that exist in the database table. This tutorial clearly shows it with an example.
480)
SQL Queries and the Single Quotation Symbol Problem
This online article explains about the single quotation symbol problem with the SQL Queries and how to handle them while programming.
481)
N2D ContactsDB Pro
This is a database tool which is basically built in ASP program and it is completely web based administration. This tool is used to keep the records related to contact information.
482)
ASP FAQS : Databases, Queries
This is a simple online article giving answer for a frequently asked question about the Database and Queries.
483)
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.
484)
Creating Transactional Web Pages
This tutorial demonstrates and guides the users to create their own transactional web pages.
485)
Generic Combo Advantage
The main theme of this online tutorial deals with the functions which uses dynamic combo boxes. The author also explains the parameters to pass through this function.
486)
GetRows NOT BY THE Numbers
This article helps the webmasters to learn about accessing a GetRows array using names. The author narrates the above said concept with an example.
487)
Populating a Selectbox
The main core of this online tutorial is to show you how to populate a selectbox. The author explains this procedure with an example and sample code through this article.
488)
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.
489)
Creating An Intranet Site with ASP: Part 1
This is an article which specifically concentrates on generating an internet site with the help of ASP application. Here author also describes about the main features for creating database and accessing data from it.
490)
ASP DB Admin Control
ASP DB Admin Control is a simple database administration code that helps webmasters to have a login area using MS Access database on their ASP supported websites.
491)
Simulate an MS Access Datasheet in ASP (Part I)
The main objective of this online tutorial is to teach the learners how to display records from an MS Access table and how to store the changes made by the clients.
492)
Using SQL Server Stored Procedures To Prevent SQL Injection
This database tutorial gives tips to the users about how to prevent SQL injection by using SQL server stored procedures. It explains each module briefly.
493)
DSN vs DSN less Database Connections
By the end of this online tutorial the developers learn about the two unique ways of connecting database with and without Data Source Name. The author gives the complete structure of these two connections.
494)
Calling Command objects and stored procedures
After referring this article users can design their own stored procedure technique which hides their complex business rules.
495)
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.
496)
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.
497)
Limit The Number Of Records Returned In A Recordset Using ASP & ADO
The main objective of this online tutorial is to show the developers how to limit the number of records displayed in the screen. The author demonstrates this concept with an example.
498)
Structured Query Language (SQL) Basics
In this online tutorial the web designers would find a plenty of information about the complete structure of SQL. From this article the users or readers can gain more knowledge on SQL and its behavior.
499)
Using GetDate Function in an SQL Statement
This article guides the users to retrieve date and time of SQL server using GetDate Function in SQL statement. It offers sample code snippets for the users.
500)
Getting the ID number of an inserted record
The article explains about getting the ID number of a just inserted record. The author describes the usage of a SQL Server in which a single stored procedure is used instead of @@IDENTITY function.
Browse Pages: |< << [5] [6] [7] [8] [9] 10 [11] >> >|
|
|
|
 |
|
|