ADODB.connection ORA-01017
we have this string of connection in VB6,
ADODB.connection
In windows XP we have no probleme with this string,
Provider=MSDAORA.1;User ID='vb';Password='oracle'; Data Source='PROD';server='PROD01'
But when we execute in windows 7, the string is truncated after .open
result :
Provider=MSDAORA.1;User ID=vb;Data Source=PROD;
witch return ora-01017
have you any proposition to fix this issue.
Thank you