D
Dan M
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.
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.