|
This article will help you to
This page demonstrates the
This little wizard will help
A step by step tutorial on
create a System Data Source
capabilities how to display
you count records and
caching data in memory. This
Name (DSN) for Microsoft SQL
a table from a SQL
display the total. Simply
tutorial goes one step
Server on your local
statement. It illustrates
fill in the form, and it
further from simply caching
machine. After a System DSN
not only how to display the
will generate the code for
data in memory to allow you
has been created you can use
table, but also how to
you.
to set a time limit in
it within any ASP page
detect that no records
were
seconds after which it
located on the same computer.
returned from a query, and
refreshes the data in
how to detect null and blank
memory. Extremely useful
values in the data.
technique. Online demo
available.
Date: Jan, 21 2000 Date: Oct, 02 2000 Date: Apr, 15 2002 Date: Aug, 08 2001 |
|
There are a few different
You fill in the blanks, and
This article shows how to
How to build a dynamic
ways to connect to an Access
you are given the source
insert records to a
dropdown list with ASP and
database using a DSN-LESS
code for the form, and a
database, when the number of
database data. Then, how to
connection. You can use the
page to display the
records that need to be
use ADO and recordset
Access driver, an OLEDB
information in the database.
inserted is unknown. A must
filtering to produce a
provider connection, a
Also the database is ready
read for ASP/ADO programmers.
structured list.
physical path or a virtual
to download with all fields
path. Here is an example of
in your form.
each as well as a DSN-LESS
SQL Server connection.
Date: Aug, 05 2002 Date: Apr, 15 2002 Date: Dec, 04 2003 Date: Aug, 27 2003 |