This article describes how to
You all must have seen and
This writing will discuss
Dropdowns or combo boxes are
use Microsoft SQL Server
done stuff with the
several things to do to
an excellent way to get
triggers to automatically
RecordSet object, infact
ensure the application
input from a user. One of
record all updates and
everything is done with the
migration carried on in a
the biggest problems with
inserts for a particular
RecordSet object. Now, this
good way, particularly for
user input is spelling and
database table in a
acticle explains how to use
ASP Database applications
formatting. Here is how to
customized history table.
GetRows to page through the
and to overcome possible
use and populate dropdowns
records that you recieve
problems might occurred.
from a database.
from the SELECT. It's much
Basically, migrating ASP to
faster than MoveNext,
Linux means you have to
because it closes the
convert to database
database connection
supported by Linux
immediately whereas MoveNext
platforms. Currently,
loops through the records
Chili!Soft ASP is already
with the overhead of the
supporting MS Access but not
database connection. Plus
all web hosting companies
GetRows let's you count the
install this feature. They
records correctly!
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: Oct, 04 2003 Date: Feb, 01 2006 Date: Aug, 05 2002 |
Allowing multiple choices of
This article shows you how to
Explains everything in detail
Ever wondered how to create a
data elements enables people
use SQL-DMO to create an
you'll ever need to know
table, view or procedure
to customize views of your
Active Server Pages
about creating Stored
with MS Access? This article
data and adds value to your
application to backup and
Procedures in Access
shows us how to create all
applications. In this sample
verify a SQL Server
Database and then calling
three and work with them
code, user inputted
database. The SQL
from within ASP. Select,
from an ASP script.
choice(s) are added to the
Distributed Management
Update, Insert and Delete
basic sql statement to draw
Objects (SQL-DMO) extend the
Stored Procedures are
them from the db. Since the
functionality of SQL Server
described. Sample code and
input from the dropdown menu
by providing developers a
database available for
comes through comma
way to execute common tasks.
download.
delimited it is simply
written into the statement
without modification. Two
simple for next loops
determine which elements are
part of the record set and
displays them accordingly.
Date: Aug, 06 2000 Date: May, 29 2001 Date: Jan, 07 2001 Date: Aug, 27 2003 |