Hey all,
I have a date that I need to stick into Oracle. If...
Regional Settings = MM/dd/yyyy
and
Format in code = MM/dd/yyyy
this will go through no problem.
Regional Settings = dd/MM/yyyy
and
Format in code = MM/dd/yyyy
this will error out at the Oracle level
Regional Settings = dd/MM/yyyy
and
Format within vb.net code to MM/dd/yyyy
this will error when I try to assign the formatted value to a date or a datetime variable.
Does this make any sense? I mean, if we format the date a certain way, shouldn't the date/datetime variable be able to be assigned to it even though its different from the environment settings?
Thanks,
D
I have a date that I need to stick into Oracle. If...
Regional Settings = MM/dd/yyyy
and
Format in code = MM/dd/yyyy
this will go through no problem.
Regional Settings = dd/MM/yyyy
and
Format in code = MM/dd/yyyy
this will error out at the Oracle level
Regional Settings = dd/MM/yyyy
and
Format within vb.net code to MM/dd/yyyy
this will error when I try to assign the formatted value to a date or a datetime variable.
Does this make any sense? I mean, if we format the date a certain way, shouldn't the date/datetime variable be able to be assigned to it even though its different from the environment settings?
Thanks,
D