Menu

#3 pxview: change date formats?

open
nobody
None
5
2004-10-13
2004-10-13
Anonymous
No

Hi,

I'm using pxview to read pdox tables and output them
to sql to import into MySQL.

Pxview is agreat tool and works vewry well (thanks)!

I've a problem though, pdox stores dates in a different
format, so pxview generates SQL like this:

insert into is_trans values ('BORA01', 38756, 39201040,
'03.07.2004', 'CFR', 339.3, 'EUR', NULL);

But I need to have :

insert into is_trans values ('BORA01', 38756, 39201040,
'2004.04.03', 'CFR', 339.3, 'EUR', NULL);

I've not yet found a function whihc mysql to to this, are
there are hacks you suggest on the pxview side?

Thanks in advance,

Sean

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.