| |
|
1-50 Database Tools (ASP) scripts (listed in alphabetical order) |
Scripts are listed afer name. To display the scripts after popularity please click here
1)
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.
2)
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.
3)
@@IDENTITY crisis
@@IDENTITY crisis is an interesting article that shows how to use the @@IDENTITY to get the identity number of the database records. The purpose of creating the identity column is to provide a primary key to the table.
4)
A Beginner's Guide to Data Access Using ADO and ASP
Executing an SQL command within an Active Server page and displaying the result in an HTML table is the main content discussed through this online tutorial.
5)
A Component to List the System DSNs on a Web Server
The main core of this online article is about a VB ActiveX component which displays a list of system DSN's. The author proves the importance of this tool to the developers.
6)
A Generic Database Web Editor
This is an article which concentrates on administering a database with the help of an web based program. This is a simple program but weak on security. The author advices to adapt extra security measures.
7)
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.
8)
A Nifty Table Searching Script
This tutorial describes about searching method in database table. It is used for searching required data in column wise table.
9)
A Nifty Way to Create Connection Strings
The main theme of this online tutorial is all about generating DSN Less connection strings. The author explains the basic categories of the connection string.
10)
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.
11)
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.
12)
A Very Generic Database Insertion ASP Page
This tutorial really helps web developers and online business administrators which guides them how to insert a generic database on ASP webpages to market their new products.
13)
About Stored Procedures
This mentor gives basic instructions and functionalities of stored procedure technique by which the users can insert, update and delete data from database.
14)
Acacia Database Select
This tool is used to select required database table quickly using selection table. This tool searches the table and display on the screen. This program is suitable for medium scale database operations only.
15)
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.
16)
Access Connection DSN-Less Code Generator
Access Connection DSN-Less Code Generator is a tutorial which helps users in creating the DSN-Less connection for the MS-Access and SQL- Server databases. This tutorial generate the source code for establishing the DSN-Less connection of MS-Access and SQL-Server database to the users.
17)
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.
18)
Access Database Connection DSN-Less Code
This tutorial helps you to learn how to connect to an Access database with DSN-less connection in different methods. This tutorial shows each of the method with sample code.
19)
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.
20)
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.
21)
Access2ASP
This script is used for creating asp code to view, retrieve, search etc from microsoft access database tables and to put it online. It also generates footer and header for asp pages.
22)
access2asp - asp generator
access2asp generates asp code for all your database tables producing pro asp code for a front end site and (password protected) back end control panel. v2.0 has the ability to choose fields befrore generation.All sql,javascript,forms generated in 1 click!
23)
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.
24)
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.
25)
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.
26)
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.
27)
Add Records using an SQL statement
This tutorial explains you about how to add the records into the database table with out using Recordset object.
28)
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.
29)
Adding Data to An Access Database
This is an ASP tutorial that helps you on how to add the values in the Access database table. This tutorial creates the access database connection using the server object of the ASP and add the records to the table.
30)
Adding Records to an Access Data Base Using ASP
This is a database tutorial that guide users in adding records in a table of the MS-Access database. This tutorial shows the example pictures and code to the users.
31)
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.
32)
Adding records to the database with ASP
This is an easy to learn tutorial that guides you in inserting data into the database table with ASP. This tutorial shows the sample code which is much helpful for the programmers.
33)
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.
34)
ADO - Getting a Database Schema
This online tutorial deals with opening a database, retrieving the tables and views in the database. The author explains about executing a query on the fields of a table.
35)
ADO Command and Stored Procedures - Introduction
This database teaches and discusses about how to design stored procedures and also explains use of ADO command object with SPROC.
36)
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.
37)
ADO Stored Procedures
This tutorial helps user by demonstrating them about accessing the stored procedure from the database with the help of ADO. Here the author discusses about the simple method with simple four line code to execute the above said process.
38)
Advanced Data Form Wizard
ADF Wizard helps users to build ASP code to edit the records on their database. Users can build different types of pages in different models as they like and also they have ability to edit the statements.
39)
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.
40)
Advanced Recordset Cloning
This online tutorial is about the advanced Recordset cloning. The author explains about the oRS.CLONE method of Recordset. The author shows how to change the Recordset into a format which could be used easily.
41)
Alternate Row Colors
In this online tutorial the author explains about the possibility of inducing colours for each row of database records on the web page. The author describes about the process with an example.
42)
Alternate Subform or Datasheet row colors
It is an tutorial which specifically concentrates on alternating the colours on the row forms with the help of sample codes that the author offers for the users.
43)
An Easy Way To Delete A Record
This is an ASP tutorial that shows an easy way to delete the records from the database table. This tutorial generates SQL query which helps you to delete the records from the database table.
44)
An Overview in Creating A DSN-Less Connection to A Database
This article deals mainly with the creation of a DSN Less connection to connect an Access database using the SQL Server Driver. The author explains about the entire process of this concept.
45)
An Overview in Utilizing ASP to Provide Database Access Through Web Browsers
This tutorial provides several hints and details about usage of database Access through web browsers. It also briefly explains about database management online.
46)
Apollo ASP
Apollo ASP is an effective program that allows programmers to create Active Server Pages by using database without requiring ODBC and ADO.
47)
Apostrophes in SQL statements
Through this simple online article, the author explains about the problem of using apostrophes in SQL statement.
48)
Articles and Sample Code
This online tutorial is just an index giving details about the articles which is given in the form of links.
49)
ASGRID
This is an ASP based .NET grid component that can be integrated into any website. This tool provides large storage capablity for SQL server and oracle database.
50)
ASP and CSS Drop-down
In this tutorial author describes about the creation of CSS Drop-down list box. This css crop-down list box is very useful for your web applications to enhance the attraction.
Browse Pages: |< 1 [2] [3] [4] [5] >> >|
|
|
|
|
|