Issues on Client PCs
From: anonymous2 (anonymous_at_discussions.microsoft.com)
Date: 05/17/04
- Next message: Lara: "Re: Help in using pass-thru query"
- Previous message: Jacek Segit: "Re: Allow addition in Subform"
- In reply to: Dan M: "Issues on Client PCs"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 May 2021 08:58:33 -0700
Hey, you know what else you could try? Make sure you have
qualified your stored procedures, with at least the
owner's name. Example:
lstMyListBox.RowSource = "exec dbo.myProcedure"
Do this for all forms, list boxes and combo boxes whose
record/row source property is set to a stored procedure,
whether at design time or in VBA at runtime.
>-----Original Message-----
>Using Access XP SP3 and SQL Server 2K
>
>Built an Access adp file, works fine on my development
>machine running Win 98. Placed a copy of the file on
>client machine running Win 2000 Pro and Access XP SP2.
>They are on a slightly older version of ADO, and they're
>MDAC is a step behind mine (but everything worked fine
for
>me before my development computer was at the version it
is
>now).
>
>Stored procedures with output parameters that run fine on
>my development machine, when executed through an ADO
>command object's execute method, are causing runtime
>errors stating "The stored procedure sp_Procedure expects
>parameter @theParam and none was supplied." Even if I
add
>default values to these parameters, it halts.
>
>I know the adp file is connecting to the SQL Server
data.
>I can see the tables and sprocs, and work with them as
far
>as the user's permissions will allow.
>
>I'd like ideas, if possible, other than "upgrade to SP3"
>and "get the latest MDAC" as those are scheduled to
happen
>through our corporate IT, but not for a couple of
months.
>Please tell me I'm overlooking something simple.
>.
>
- Next message: Lara: "Re: Help in using pass-thru query"
- Previous message: Jacek Segit: "Re: Allow addition in Subform"
- In reply to: Dan M: "Issues on Client PCs"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
- Issues on Client PCs
... versions that the users machines are on. ... when executed through an ADO
... >command object's execute method, are causing runtime ... >I know the
adp file is connecting to the SQL Server ... (microsoft.public.access.adp.sqlserver) - Re: Writing updates from a wide DataTable
... In past projects I've used a mix of stored procedures and direct SQL (or ADO
... > Are query plans cached with that? ... (microsoft.public.dotnet.framework.adonet) - Re: Fecthing Parameters from SQL Stored Procedure
... it is better to programatically set them - inefficient is the way ... there
is a way to fetch parameters from stored ... > method in ADO .NET? ...
Because my stored procedures have a ... (microsoft.public.dotnet.framework.adonet) - Re: Stored procedure executes twice
... Could you provide any more detail on the SET NOCOUNT ON issue? ... > Do your
stored procedures contain SET NOCOUNT ON? ... > used ADO); try changing the lock
types to see if that helps. ... (microsoft.public.sqlserver.programming) - Re: Stored procedure executes twice
... Do your stored procedures contain SET NOCOUNT ON? ... I also encountered
this issue when using certain ADO lock types; ... (microsoft.public.sqlserver.programming)