|
Data repeaters in .NET are
Learn how to edit records
Adding a record from a
Insert a table into a
very useful to display
with an SQL statement
database table is a simple
database dynamically. You
database records onto
instead of a Recordset. Here
task. Fill out the form
don't even have to open MS
screen. This tutorial shows
are two examples. One will
below and click submit. The
Access. One simple asp does
you how easy nesting
use a query string and the
sql statement will be
the trick. Using ADOX you
repeaters to save time.
other gets the info from a
generated for you.
can add and manipulate
Features example code and
form. Both examples include
tables easily once you know
full explaination.
an example of a DSN-LESS
how.
connection.
Date: Feb, 03 2006 Date: Aug, 05 2002 Date: Apr, 15 2002 Date: Apr, 15 2002 |
|
This article by James Shaw
This writing will discuss
It is an often problem with
Dropdowns or combo boxes are
demonstrates how to
several things to do to
database intergration when
an excellent way to get
dynamically add properties
ensure the application
you use a reserved word.
input from a user. One of
to an object (expando
migration carried on in a
Often asked why a script
the biggest problems with
properties) - by
good way, particularly for
does not work and it quite
user input is spelling and
implementing a function to
ASP Database applications
often comes down the the
formatting. Here is how to
create named recordsets.
and to overcome possible
author setting a field name
use and populate dropdowns
problems might occurred.
as a reserved word,
from a database.
Basically, migrating ASP to
confusing SQL and making
Linux means you have to
debugging hard. To solve
convert to database
this problem here is a quick
supported by Linux
list of the SQL Reserved
platforms. Currently,
Words.
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: Dec, 16 2000 Date: Feb, 01 2006 Date: Aug, 28 2003 Date: Aug, 05 2002 |