|
|
|
|
 |
|
 |
 |
 |
Database-related
|
|
|
Hits: 21
 5.0
This tutorial shows you step-by-step how to incorporate MS Access databases into your web site using ASP.
|
Platform(s): n/a |
Date: Mar, 15 2000 |
 |
|
|
Hits: 20
 5.0
You can use transactions in ASP as a kind of insurance policy for your database activities, making them safer and providing better error recovery. Transactions are most useful when doing multiple actions on multiple tables. The example below shows just how easy it is to use transactions from ASP, inserting a record into a table and doing a "rollback" if there's a problem.
| Commercial |
Platform(s): Windows |
Date: Jan, 08 2007 |
 |
|
|
Hits: 20
 0.0
Data repeaters in .NET are very useful to display database records onto screen. This tutorial shows you how easy nesting repeaters to save time. Features example code and full explaination.
| Commercial |
Platform(s): Linux, Windows |
Date: Feb, 03 2006 |
 |
|
|
Hits: 20
 0.0
Sometimes, we would have chance to convert our existing database or create a new database. Some decisions IT professionals need to make are scary, and choosing database software is one of them. This overview aims to describe how to set database connections with some common database software (Oracle, MySQL, MS Access,MS SQL Server).
|
Platform(s): n/a |
Date: Sep, 01 2003 |
 |
|
|
Hits: 20
 0.0
This is a nice simple tutorial on how to manipluate a MS Access database using ASP. It will teach you how to add, remove and modify data from an Access database as well as connecting and disconnecting to the database in ASP.
|
Platform(s): n/a |
Date: Mar, 12 2000 |
 |
|
|
Hits: 20
 0.0
SQL, Structured Query Language, is the most powerful tool to connect to a database regardless of the form of the database. However, building a perfect SQL statement can be very frustrating. Especially debugging -- the error message simply didn't tell you where the error is. This tutorial provides a nice summary of SQL statements.
|
Platform(s): n/a |
Date: Feb, 15 2000 |
 |
|
|
Hits: 19
 2.0
In this example, we will delete some records from a database. This source code helps us to deleting records to database without slowing down database.
|
Platform(s): n/a |
Date: Dec, 18 2003 |
 |
|
|
Hits: 19
 0.0
There are a few different ways to connect to an Access database using a DSN-LESS connection. You can use the Access driver, an OLEDB provider connection, a physical path or a virtual path. Here is an example of each as well as a DSN-LESS SQL Server connection.
|
Platform(s): n/a |
Date: Aug, 05 2002 |
 |
|
|
Hits: 19
 4.0
Step-by-step tutorial on how to display uploaded binary files from the database using plain ASP pages. Every step has been explained in detail. Downloadable source code available.
|
Platform(s): n/a |
Date: Jun, 17 2002 |
 |
|
|
Hits: 19
 0.0
Adding a record from a database table is a simple task. Fill out the form below and click submit. The sql statement will be generated for you.
|
Platform(s): n/a |
Date: Apr, 15 2002 |
 |
|
|
|
 |
 |
|
 |
|
 |
|