|
Subject:
|
HOW TO: create stored procedure in Ms access
|
|
Posted By:
|
Kaustav
|
Post Date:
|
9/30/2005 11:34:03 PM
|
PLease give a detailed help on how to create stored procedure in ms access ,like those of PL/sql in Oracle
Urgent
------------------ Kaustav
|
|
Reply By:
|
Steven
|
Reply Date:
|
10/2/2005 10:49:37 PM
|
Easiest way would be to use MSDE/SQL Server (or indeed Oracle), either that or you could just google for the answer: http://www.google.com.au/search?hl=en&q=%2B%22Microsoft+Access%22+%2B%22stored+procedure%22+site%3Amicrosoft.com&meta=
I am a loud man with a very large hat. This means I am in charge
|
|
Reply By:
|
edammat
|
Reply Date:
|
10/3/2005 6:42:11 AM
|
actually you can not create stored procedures by using access as desktop application but you can do it as follows:
use SQLSERVER AS A DB ENGINE AND USE ACCESS PROJECT TO LINK WITH SQLSERVER BY THIS WAY YOU CAN CREATE STORED PROCEDURE
|
|
Reply By:
|
Steven
|
Reply Date:
|
10/4/2005 12:15:48 AM
|
Hate to disagree with you edammat, but I believe Microsoft would have something to say on that matter. Although you can't create SPs using the Access UI, you can still create them in Access. The third result of the above search demonstrates this: HOW TO: Create a Parameterized Jet Stored Procedure using DDL in Access 2000 http://support.microsoft.com/?kbid=202116
Steven
I am a loud man with a very large hat. This means I am in charge
|