0
1. Modify Your connection string:
string connection =
"Provider=MSDAORA;FileDSN="+t1.Text+";UID="+t2.Text+";PWD="+t3.Text+";SID="+
t4.Text+"";
from MSDAORA to proper provider (by ODBC). Connection strings are described at
www.connectionstrings.com
2. Find all variables:
int upperlimit=5;
int increment=5;
and modify 5 to 50. It will be working slower. Not tested.