Has anyone tried "Using SQL Stored procedure in MS ACCESS"?
I am developing a program using ms access with an SQL 2000 back end. I am using an odbc connection to access my data. Using this connection, i can only access the
tables and views of my database. I am planning to create "
Stored procedure" in SQL and connect it to my MS Access program but have no idea how to do it.
Please help! Thanks in Advance!
[383 byte] By [
areknee] at [2008-2-23]
if you want to view stored procedure from Access I suggest you to not use a Access Project (file .adp) instead of the classic Access database (.mdb);
in this way in the Query tab of you Access Project you will see views and stored procedure of the Sql server and then you can manage these directly by Access.
bye