Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / SQL Server / ADP / September 2003

Tip: Looking for answers? Try searching our database.

office XP and AC2000 ADP on a SQL 7 server.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
BJ Freeman - 25 Sep 2003 20:27 GMT
Got this ADP works fine with AC2000.
I am watching the Profiler and AC2002 is sending all these command for
simple execute.
The profiler show this for AC2K
[physicianlaboratories_interfa..sp_procedure_params_rowset
N'Mnu_Switchboarditems', 1, N'dbo', NULL

go
[physicianlaboratories_interfa..sp_procedure_params_rowset
N'Mnu_Switchboarditems', 1, N'dbo', NULL

go
declare @P1 int
set @P1=NULL
exec sp_prepare @P1 output, N'@P1 int', N' EXEC dbo.Mnu_Switchboarditems
@User=@P1  ', 1
select @P1
go
SET NO_BROWSETABLE ON
go
SET FMTONLY ON exec sp_execute 1,0 SET FMTONLY OFF
go
sp_unprepare 1

go
SET ROWCOUNT 10000 SET NO_BROWSETABLE ON
go
sp_executesql N' EXEC "dbo"."Mnu_Switchboarditems" @P1  ', N'@P1 int', 1

and work fine

the ACXP shows this

[physicianlaboratories_interfa..sp_procedure_params_rowset
N'Mnu_Switchboarditems', 1, N'dbo', NULL

go
[physicianlaboratories_interfa..sp_procedure_params_rowset
N'Mnu_Switchboarditems', 1, N'dbo', NULL

go
declare @P1 int
set @P1=NULL
exec sp_prepare @P1 output, N'@P1 int', N' EXEC dbo.Mnu_Switchboarditems
@User=@P1  ', 1
select @P1
go
SET NO_BROWSETABLE ON
go
SET FMTONLY ON exec sp_execute 1,0 SET FMTONLY OFF
go
sp_unprepare 1

and give an errror "Value you entered isn't valid for this field "

and does not excute the SP.

any experts on ACXP is there a property I need to set ?
if show what is it so I can put it in the form.
BJ Freeman - 25 Sep 2003 20:32 GMT
Here is the SP header

Alter Procedure Mnu_Switchboarditems
@User int = 999

> Got this ADP works fine with AC2000.
> I am watching the Profiler and AC2002 is sending all these command for
[quoted text clipped - 55 lines]
> any experts on ACXP is there a property I need to set ?
> if show what is it so I can put it in the form.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.