Re: Stored Procedure Disappearing
- From: "Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
- Date: Thu, 27 Sep 2007 12:50:21 -0400
Make sure that the "Record Source Qualifier" is set to dbo; especially if
you didn't specify in the RowSource property.
How is the RowSource exactly written in your case?
Also, maybe you have simply a permission problem: the user doesn't have the
permission to run this SP under her account on the SQL-Server.
--
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:FB78AAED-C81C-48B4-BCC8-60EF842885F0@xxxxxxxxxxxxxxxx
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.
.
- References:
- Re: Stored Procedure Disappearing
- From: Sylvain Lafontaine
- Re: Stored Procedure Disappearing
- From: Barb
- Re: Stored Procedure Disappearing
- Prev by Date: Re: Too Many Fields - Reports and Queries
- Next by Date: RE: Charts / Queries
- Previous by thread: Re: Stored Procedure Disappearing
- Next by thread: RE: Charts / Queries
- Index(es):
Relevant Pages
|