How to Create a New Web Server App Using Kylix SQL
- 1). Start the Linux PC and log in. Select the "Kylix 3" program from the menu, and then click its icon.
- 2). Go to "File" followed by "New" and "Other." Go to the "WebSnap" page of the "Object Repository," and then double-click on the "WebSnap Application" icon to start the "New WebSnap Application" wizard.
- 3). Type "SQL-Wad" in the "Class Name" field, which is located in the "New WebSnap Application Box." Select the "Page Module" radio button. Type "Customers" in the
"Page Name" field. Click "OK." - 4). Select the default "AdapterPageProducer" on the "Application Module Page Options Window." Click the check box for "New File," and the template is the default standard. The "Page" name is "Customers," and the "Title" is also "Customers." Click "OK" to produce the WebSnap application.
- 5). Select the "File" option from the menu followed by "New" and Other." Go to the "WebSnap" tab, which is located on the "Object Repository" box, and double-click on the "WebSnap Data Module" icon. This provides the "New WebSnap Data Module" dialog. Click "OK" to produce a new WebSnap data module.
- 6). Go to the "Connection Name" box on the NewSnap data module, and then select "MySQLConnection." On the right side of the box, in the "Connection Settings," provide the "DriverName," which is "SQL." Enter the Database Name, which is "Customers." Enter the username as "SQLUser," and then input the password in the password box. Click "OK." Your web server app is now complete.