ESSI_Resource : File /home/groups/d/di/diml/htdocs/wct/proto/WCT_SEARCH/index_.dim not found at line in

Table des matières
Component index
Data Model Templates
>> Top of page

WCT Users (integrators)

Component : WCT_SEARCH
Id : 009

Database Model

Script for database model creation

# phpMyAdmin MySQL-Dump
# http://www.htmlwizard.net/phpMyAdmin/
# --------------------------------------------------------
#
# Web Component DB Storage Model
# Object Name : WCT_SEARCH
# Object SQL : Installation script
# Object ID : 009
# Object Prototype URL : http://www.diml.org/wct/proto/WCT_SEARCH
# --------------------------------------------------------
# Table structure for table 'wct009_cache'
#
DROP TABLE IF EXISTS wct009_cache;
CREATE TABLE wct009_cache (
   Id smallint(6) DEFAULT '0' NOT NULL auto_increment,
   instance smallint(6) DEFAULT '0' NOT NULL auto_increment,
   PRIMARY KEY (Id),
   KEY instance (instance)
);

Script for database model deletion

# Web Component DB Storage Model
# Object Name : WCT_SEARCH
# Object SQL : Uninstallation script
# Object ID : 009
# Object Prototype URL : http://www.diml.org/wct/proto/WCT_SEARCH
# --------------------------------------------------------
DROP TABLE IF EXISTS wct009_cache;

Script for database model cleanup

# Web Component DB Storage Model
# Object Name : WCT_SEARCH
# Object SQL : Instance cleanup script
# Object ID : 009
# Object Prototype URL : http://www.diml.org/wct/proto/WCT_SEARCH
# --------------------------------------------------------
DELETE FROM wct009_cache WHERE instance = <%%WCT_SEARCH::ID%%>;


All material is copyleft V.G. FREMAUX (EISTI France) 1999 to 2003 except explicitly mentioned