To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68263
------- Additional comments from [EMAIL PROTECTED] Sun Nov 5 08:14:58 -0800 2006 ------- @smsm1 : here's a sample table definition : 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 I can't give you the data, it is covered by my professional secrecy obligations (attorney client privilege). 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]
