Re: Stored Procedure Disappearing
- From: "Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
- Date: Wed, 26 Sep 2007 21:06:07 -0400
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: Barb
- Re: Stored Procedure Disappearing
- Prev by Date: Re: Attn: Marshall Barton
- Next by Date: Re: custom paper size problem
- Previous by thread: RE: milliseconds??
- Next by thread: Re: Stored Procedure Disappearing
- Index(es):
Relevant Pages
|