Displaying 1 result from an estimated 1 matches for "docurl".
Did you mean:
do_url
2005 Mar 03
2
table lookup?
...e` varchar(45) NOT NULL default '''',
`ClassName` varchar(100) NOT NULL default '''',
`Description` varchar(45) default NULL,
`InputFormat` varchar(45) NOT NULL default '''',
`OutputFormat` varchar(45) NOT NULL default '''',
`DocURL` varchar(45) default NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
what I want to do is provide a lookup. stepInfo is "metadata" that rarely
changes. an instance of stepInfo can be used many times in steps. from step,
want to lookup by step_infos_id into step_info...