Having an issue with vb.net clients interpreting timestamps from my oracle 11g server differently. I am using VS2010, VB.NET, 11.2.0.30 driver, Win XP on the client machines.
the software is identical on both machines, and the users have the same permissions on the server.
When I login through toad with each users credentials and do a SELECT SYSDATE FROM DUAL; I get YYYY-MM-DD HH24:MI:SS format.
through my application when i do a SELECT SYSDATE FROM DUAL; PC1: DD/MM/YYYY HH24:MI:SS PC2: YYYY-MM-DD HH24:MI:SS
I did change my serverside settings to use the YYYY-MM-DD 24HH:MI:SS format Why is the setting being overruled on only some of the pcs? and how can i get it consistent for all clients?
thanks in advance.