| |
| |
Get some information about those cookies you keep hearing about, learn how to create one yourself.
|
|
|
| |
| |
A basic information on using Cookies in ASP. An access counter is used as an example.
|
|
|
| |
| |
This tutorial shows how to keep information from the user in your server (Session method) and how to share information between users (Application method). This is only a basic tutorial for beginners with only basic features are described.
|
|
|
| |
| |
How do I get the Unique ID or Auto ID of the record I just entered? The solution is really quite simple.
|
|
|
| |
| |
Ever wondered how to create a table, view or procedure with MS Access? This article shows us how to create all three and work with them from an ASP script.
|
|
|
| |
| |
Learn how to delete records with an SQL instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
|
|
|
| |
| |
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.
|
|
|
| |
| |
Learn how to edit records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
|
|
|
| |
| |
Learn how to add records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
|
|
|
| |
| |
Dropdowns or combo boxes are an excellent way to get input from a user. One of the biggest problems with user input is spelling and formatting. Here is how to use and populate dropdowns from a database.
|
|
|
| |
|