To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66123





------- Additional comments from [EMAIL PROTECTED] Mon Aug  7 06:26:06 -0700 
2006 -------
Sample table structure :
CREATE TABLE citation (
citation_id int(11) unsigned zerofill NOT NULL auto_increment,
family_id int(11) NOT NULL default '0',
citation_ref varchar(100) NOT NULL default '',
majdate timestamp NOT NULL default CURRENT_TIMESTAMP on update 
CURRENT_TIMESTAMP,
PRIMARY_KEY (citation_id)
)
ENGINE=MyISAM DEFAULT CHARSET=Latin1;

alex

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to