|
-
Dec 28th, 2002, 06:14 PM
#1
Thread Starter
Fanatic Member
Transactions
You are creating an ASP.NET application for your company. The company data is stored in a Microsoft SQL Server 6.5
database. Your application generates accounting summary reports based on transaction tables that contain million of rows.
You want your application to return each summary report as quickly as possible. You need to configure your application to
connect to the database and retrieve the data in a away that achieves this goal.
What should you do? choose a or b
a. Use a SqlConnection object to connect to the database, and use a SqlCommand object to run a stored <br>
procedure that returns the dat
b. Use an OleDbConnection object to connect to the database, and use an OleDbCommand <br>object to run a stored procedure that returns the data.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|