Sam Joseph wrote: > Yes, I just discovered that the problem is the use of the TIMESTAMP > column - I updated my schema to use DATETIME instead. A MySQL issue.
However I appear to have found that the torque database dtd does not allow me to use the DATETIME as a column label .... Seems like DATE is the way forward. However this would not appear to be a perfect solution since DATE and DATETIME have different properties in MySQL and I believe that is true for other databases as well. Anyways .... CHEERS> SAM -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
