Cfupdate - MACROMEDIA COLDFUSION 5 - CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION 5 - CFML:
Table of Contents

Advertisement

Alphabetical List of ColdFusion Tags

cfupdate

Description
Updates existing records in data sources.
Category
Database manipulation tags
Syntax
<cfupdate dataSource = "ds_name"
See also
cfinsert, cfprocparam, cfprocresult, cfquery, cfqueryparam,
cfstoredproc,
Attributes
Attribute
dataSource
dbType
dbType = "type"
dbServer = "dbms"
dbName = "database name"
connectString = "connection string"
tableName = "table_name"
tableOwner = "name"
tableQualifier = "qualifier"
username = "username"
password = "password"
provider = "COMProvider"
providerDSN = "datasource"
formFields = "field_names">
cftransaction
Description
Required for all
Name of the data source that contains a table.
Optional. The database driver type:
dynamic Connect to an ODBC data source that is not defined in
the ColdFusion Administrator. When you use this attribute value,
you must specify all the ODBC connection information using the
connectstring
ODBC (default) ODBC driver.
Oracle73 Oracle 7.3 native database driver. Using this option, the
ColdFusion Server computer must have Oracle 7.3.4.0.0 (or
greater) client software installed.
Oracle80 Oracle 8.0 native database driver. Using this option, the
ColdFusion Server computer must have Oracle 8.0 (or greater)
client software installed.
Sybase11 Sybase System 11 native database driver. Using this
option, the ColdFusion Server computer must have Sybase 11.1.1
(or greater) client software installed. Sybase patch ebf 7729 is
recommended.
OLEDB OLE DB provider. If specified, this database provider
overrides the driver type specified in the ColdFusion Administrator.
DB2 DB2 5.2 native database driver.
Informix73 Informix73 native database driver.
dbType
operations except
attribute.
dbType = "dynamic"
301
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5 - CFML and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 5

Table of Contents