I just wanted know, whether it is possible to create database tables in SDL Tridion 2011 SP1 and access it from an event handler.
Requirement: I want to make use of the database Tables created in event handler to automate page creation for every component created.
The database Tables will have information about the page templates and component templates for every schema.
Whenever a component is created a even handler will be triggered. It should get the component template, page template from database for the given schema and create a Page automatically. I want to create this database inside the Tridion. I just wanted to know is it possible to create a such database in Tridion. Is it possible to achieve this in the better way?