Sometimes, we would have
Connections, Commands and
Allowing multiple choices of
You all must have seen and
chance to convert our
Procedures is a sample
data observations enables
done stuff with the
existing database or create
chapter from Professional
people to customize views of
RecordSet object, infact
a new database. Some
Active Server Pages which
your data and adds value to
everything is done with the
decisions IT professionals
discuss in depth all the
your applications. This
RecordSet object. Now, this
need to make are scary, and
issues related with
example utilizes our db on
acticle explains how to use
choosing database software
establishing connection to a
the career statistics of
GetRows to page through the
is one of them. This
database to the carrying out
Hammerin’ Hank Greenberg.
records that you recieve
overview aims to describe
of commands and procedures.
The years he played are
from the SELECT. It's much
how to set database
available to select from in
faster than MoveNext,
connections with some common
a dropdown menu. When
because it closes the
database software (Oracle,
multiple years are selected
database connection
MySQL, MS Access,MS SQL
they are passed comma
immediately whereas MoveNext
Server).
delimited. Utilizing the
loops through the records
where in statement in our
with the overhead of the
sql the comma delimited
database connection. Plus
selections are appended to
GetRows let's you count the
our sql statement to display
records correctly!
only those years selected.
Date: Sep, 01 2003 Date: Mar, 20 2000 Date: Oct, 04 2000 Date: Oct, 04 2003 |
This article describes how to
This writing will discuss
This article shows you how to
Explains everything in detail
use Microsoft SQL Server
several things to do to
use SQL-DMO to create an
you'll ever need to know
triggers to automatically
ensure the application
Active Server Pages
about creating Stored
record all updates and
migration carried on in a
application to backup and
Procedures in Access
inserts for a particular
good way, particularly for
verify a SQL Server
Database and then calling
database table in a
ASP Database applications
database. The SQL
from within ASP. Select,
customized history table.
and to overcome possible
Distributed Management
Update, Insert and Delete
problems might occurred.
Objects (SQL-DMO) extend the
Stored Procedures are
Basically, migrating ASP to
functionality of SQL Server
described. Sample code and
Linux means you have to
by providing developers a
database available for
convert to database
way to execute common tasks.
download.
supported by Linux
platforms. Currently,
Chili!Soft ASP is already
supporting MS Access but not
all web hosting companies
install this feature. They
prefer to use more common
database in Linux such as
MySQL and PostgreSQL. Pay
attention to some Chili!Soft
specific ADO methods and
properties, since there are
slight differences with IIS
ASP. You might need to
convert some codes in your
applications to make it run
in Chili!Soft ASP.
Date: Sep, 20 2001 Date: Feb, 01 2006 Date: May, 29 2001 Date: Jan, 07 2001 |