hi '
i am having a problem on running a .net application on windows 8 ..
application was developed using oracle 10g with ODBC connectivity mechanisam (Microsoft ODBC driver for oracle)
it is working fine on win xp/7 , however when launching exe on widows 8 its running fine but giving me the following error on executing sql on a db table using dataset - tableadapters..
ERROR:
ERROR[NA000][Microsoft ODBC driver for oracle][Oracle]ORA-01019:
Unable to allocate memory in the user side
ERROR[1M006][Microsoft][ODBC driver manager]Driver's SQLSETConnectAttr failed
ERROR[01000][Microsoft][ODBC driver manager]The driver does not support the version of ODBC behaviour that the application requested
(seeSQLSetEnvAttr)
Any help???