CodeCharge StudioYou've probably noticed that until now you've built your Task Management application without having to deal with the programming code. CodeCharge Studio can help you build fairly functional systems without any programming; however creating more sophisticated systems will require a certain amount of programming code. Fortunately, CodeCharge Studio makes programming easy by providing you with a first-rate code editor, in addition to Events and Actions that aid you in inserting pre-programmed snippets of code into the right place within the program.
Here are the definitions of Action and Event:
User-definable code generation component, which inserts block of code into an event procedure. CodeCharge Studio comes with several predefined Actions, which are installed into the following folder: (CCS folder)\Components\Actions. Internally, actions consist of XML and XSL code that can be easily customized. For example an action can be set on a Textbox to validate the e-mail address.
A procedure automatically executed in response to an event initiated by the program code during execution.
Events are the best place for putting custom programming code.
Although your Design time connection when using Perl can be made to an Access database, the Server side connection has to be configured differently from the Design connection. In particular, the DBI interface has to be used to make the connection using an appropriate DBD driver which is available on the server where the pages will be published. Refer to the section on Perl Server side connections for more information on how to configure the server side connection.