| WizzyWeb; 4 // PHP PEAR:DB Data Entry Applications |
| Properties | |
| |
|
| Location: | |
| Table: | |
| Form | |
| EmployeeID | |
| EmployeeFirstName | |
| EmployeeLastName | |
| EmployeeOffice | |
| EmployeeDepartment | |
| EmployeeEmailAddress | |
| EmployeeExtension | |
| EmployeeTitle | |
| PriceTest | |
Location
Example: mysql://username:password@yoursite.com/database, mssql://username:password@123.45.6.7/database
Example: Employees, Products, Contacts, etc.
Description: Sets the location of an existing database to create a database
entry application from. By default it is set to "mysql://wizzyweb_u1:u12wsx@localhost/wizzyweb_db1" to access the demo database here at wizzyweb.com (localhost). However, the location can be anywhere on the Internet, enabling you to create Web applications on your server from here at wizzyweb.com - just make sure remote access is enabled on your database or you will not be able to connect. Once you set all the Datasource Properties and click the "Refresh" button (don't forget to click it!), WizzyWeb will connect to the database live over the Net and extract the fields names in the table, making them available in the Object Selector drop-down list. You will then be able to set the Properties for each field, (e.g., Text Box, Check Box,
Size, Required, etc.)
Back
Table
Description: Sets the name of an existing database table in the datasource to create a database entry application from. There is a demo MySQL database you can use at "mysql://wizzyweb_u1:u12wsx@localhost/wizzyweb_db1" with a database table name "Employees."
Back