|
Web+ Tutorial
|
Lesson 6.5 - Inserting a new record into a database
- Description
- Inserts a new record into a database.
- Syntax
<webDbInsert DATASOURCE=ODBCDataSourceNameTABLENAME=DatabaseTableName [TABLEOWNER=TableOwnerName] [TABLEQUALIFIER=TableQualifier] [FORMFIELDS=FormFields]>
- Agument
- /tutorial/argument/arg31.wml
- Example
<webDbInsert DATASOURCE="Checking Accounts" TABLENAME="Accounts">
- Exercise
- This example is for your reference. You can try it on your own system.
You can try out some Web+ code of your own here.
|
|