i have created sp using one temporary table, which works excellent in SQL Query Analyzer. However
when I used the same sp in Access Data Project with :
1) Datasheet view, receiving the following message
“the stored procedure executed successfully but did not return records”
2) Report...