Re: Stored Procedure Disappearing
- From: Barb <Barb@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Sep 2007 07:32:03 -0700
The owner of the sp and all of its component functions is dbo. I didn't
write it; it's something I inherited and must maintain. I should mention
that I am working with Access 2003. Anything else I ought to be checking?
"Sylvain Lafontaine" wrote:
Maybe a problem with the schema (also known as the owner) of the stored.
procedure. Did you use dbo. when creating this SP and set the Record Source
Qualifier to dbo or if you have used something else for the schema (owner)
of the SP?
Also, the newsgroup for ADP is m.p.access.adp.sqlserver .
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: sylvain aei ca (fill the blanks, no spam please)
"Barb" <Barb@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:447479EE-3612-4BF4-BD9F-84EEFA244BFC@xxxxxxxxxxxxxxxx
I have an Access application that produces various reports. One of them is
a
summary report which obtains data from a large stored procedure containing
many functions. When I pass the .adp/.ade file to a user, this one stored
procedure disappears and the user is unable to run the report; however, I
can
run it from my machine or from hers when I remote in. Do I need to cut
this
stored procedure up into several smaller ones, or is there a better way to
get the application to the user?
Thanks in advance.
- Follow-Ups:
- Re: Stored Procedure Disappearing
- From: Sylvain Lafontaine
- Re: Stored Procedure Disappearing
- References:
- Re: Stored Procedure Disappearing
- From: Sylvain Lafontaine
- Re: Stored Procedure Disappearing
- Prev by Date: RE: Charts / Queries
- Next by Date: RE: Charts / Queries
- Previous by thread: Re: Stored Procedure Disappearing
- Next by thread: Re: Stored Procedure Disappearing
- Index(es):
Relevant Pages
|