MCSD Visual Basic Desktop



 
   

A. Stored procedures support SQL, while this is not an option when using adCmdText

B. Stored procedures are supported by more database vendors than the use of adCmdText

C. Using a stored procedure allows the command to be precompiled by the database and facilitates faster execution

D. You don't need as many database access rights to use stored procedures as you would need when using adCmdText