Thread: 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? Brar Piening ... using PgAdminII Version 1.1 Build 34
> -----Original Message----- > From: Brar Piening [mailto:Brar@gmx.de] > Sent: 20 September 2001 14:53 > To: pgadmin-support@postgresql.org > 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.
> -----Original Message----- > From: Brar Piening [mailto:Brar@gmx.de] > Sent: 20 September 2001 14:53 > To: pgadmin-support@postgresql.org > 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? > > Brar Piening > > ... using PgAdminII Version 1.1 Build 34 Hi Brar, I have updated the code in the exporters to fix this now - would you like me to email you updated .dlls to test/use? Regards, Dave.