Having a hard time figuring out why I get this error in win7 but not winXP? There is an MS Access application that is using the connection string below. A few of our employees have been moved to win7 and are reporting this.
ERROR
ORA-01019: unable to allocate memory in the users side
CAUSE
connectStr = "Provider=msdaora;Data Source=HIDW.WORLD;User Id=xxxxx;Password=xxxxx"
conn.Open (connectStr)
Why would this work n XP and not win7? Does anybody know a work around for this? Any help is appreciated, thanks.