|
There are many techniques for database access,
ADO.NET
ADO
OLE DB Template
ODBC
DAO
Provider Native API
Just pick one you are familiar with. I don’t think the performance bottleneck is the method of access. The bottleneck should be in the design of the database and the design of the stored procedure |
|