|
Delete a record from your
So you need a DSN-Less
This article will show you
This article describes how to
database quickly and easily
connection but your not
two different methods that
use Microsoft SQL Server
without having to use a
quite sure what to do. Well
you can use to connect to a
triggers to automatically
recordset. Deleting a record
we can do this for you. A
Microsoft SQL Server 2000
record all updates and
from a database table is a
quick and easy way to make a
database: System DSN's and
inserts for a particular
simple task. Answer four
connection without a DSN.
the OLEDB connection string.
database table in a
questions below and click
This will work for your MS
It will also explain the
customized history table.
submit. The sql statement
Access database only. Now
positives and negatives of
will be generated for you.
includes SQL Server.
each method, along with some
examples to get you started.
Date: Apr, 15 2002 Date: Apr, 15 2002 Date: Jan, 16 2002 Date: Sep, 20 2001 |
|
This is an article about
Paging is basically querying
Here is a quick sample of
This short tutorial
displaying binary data
a database and presenting a
searching a DB for certain
demonstrates how to insert
(images) from an Access
page full of the query's
records. It's really no
data into a SQL database
database. Online demo and
results. In ASP and SQL
different then doing any
using SQL statements.
sample code available for
Server programming, there
other query except that you
download.
are three approaches to
need to use wildcards. In
paging. This article
ASP / ADO the wildcard
compares the approaches and
character is %. It works the
explains which one is the
way most of us have come to
most efficient when dealing
expect * to work. Why is it
with very large sets of data.
%? I have no idea, but it
is. An Access 97 version of
the database is available
for download.
Date: Apr, 03 2001 Date: Mar, 08 2001 Date: Feb, 20 2001 Date: Oct, 13 2000 |