Hi,
I have moved one classic ASP application to Windows 10 64 bit machine.
ASP application is using oracle db. Oracle db version is 12.1.0.2.0.
I have installed 12.1.0.2.0 32 bit instant client and odbc. Because ASP support only 32 bit.
I have created one system dsn and using the connection string DSN=OracleDbDSN;Uid=userid;Pwd=password.
The application is working fine. But it is taking long time to fetch the data. Any idea to improve the speed.
Thanks,
Hari