> -----Original Message----- > From: Brar Piening [mailto:[EMAIL PROTECTED]] > Sent: 20 September 2001 14:53 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Export "time-field" to text/html problem > > > Hi, > whenever I try to execute a query which includes a table > containing a column with data-type "time" to a html- or a > text-file the current date is inserted before the time-value > in the resulting table. This problem never appears when I > execute the query to the screen. What's wrong? > Hi, If I remember correctly, this is because Microsoft's ADO prepends the date to the time. The data grid (==screen) fixes it again because it re-formats dates/times into a non-ambiguous format (ISO something, I forget the number) so that updates and deletes work properly. The exporters just export the data as supplied by ADO. I will look into fixing the exporters for the next release. Thanks, Dave.
Re: Export "time-field" to text/html problem
Dave Page Thu, 20 Sep 2001 10:07:00 -0400 (EDT)(envelope-from dpage@vale-housing.co.uk)
- Export "time-field" to text/html problem Brar Piening