|
|
Views and Stored Procedures in Microsoft Access |
|
|
AspAlliance.com |
|
|
ASP.NET / Database Tools |
|
|
Click to Visit |
|
|
Click to Download |
|
|
5 |
|
Views and Stored Procedures in Microsoft Access is a tutorial which clearly shows how query object in Micorosoft Access database can be used as a view and stored procedure. If you need query object to act as a view you simply mention the name of the query object in the select query and place it in the commandtext property of the command object. Similarly to implement query object as stored procedure you have to set the CommandType property of the command to the stored procedure and mention the name of the query object in the CommandText property.
|