I have an app that pulls dates from an Oracle database where they are stored
like

04/21/1952

the SQL string is "select * from ..." as I'm using all columns. Some of
these columns are dates but they are always shortened to the MM/DD/YY form

04/21/52

and then when I've allowed the user to edit and update it is always saved as

04/21/2052

The date format on my local PC is MM/DD/YYYY for short date - it's my
understanding that VB will use the system formats.

OS is XP.

Any ideas?

Thanks,
Mike


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to