Deployment Problem

D

Dan M

Using AccessXP front end, SQL Server 2K back end.
Packaged my database project using P&D Wizard, included
Access runtime and the appropriate dependencies.

Clients are on Win 98 or 2000 Pro and have Access 97
installed. My app installs fine. I even ran Access
Runtime SP3 update, and my development version of XP
Developer is SP3. But when I run the client app, I keep
getting an error:
2580 The Record Source "sp_myprocedure" specified on the
form or report does not exist.

I know this stored procedure exists. Am able to run
reports based on stored procedures, and they work fine.
 
R

Richard Heinen

try to put "dbo." in front of the name of the stored procedure where you
call it.

Richard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top