vasanthgnb
Programmer
i have written a dll file, to establish database connection, using ODBC APIs. i tried to insert 50,000 records into a table with 5 string fields and 5 numeric fields. it took me 11 mins and 5 secs when i make use of my dll file. i tried the same using ADO and it took only 11 mins and 11 secs. is my program efficient. expecting prompt comments.