Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 16th, 2004, 03:56 PM
Authorized User
 
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok it seems I have the older version 9.0.2720 and they have the latest version service pack 9.0.3821 SR-1 BUT only one of the users has the same version that I do and STILL the sp do not work? Do you happen to know why?

Thanks
Quote:
quote:Originally posted by sal
 all of your users need the latest service pack. I am not sure what it is. That should fix your problem.



Sal
slypunk
 
Old January 16th, 2004, 04:33 PM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try creating a new adp from a pc that has the latest version. See if that works on the user pc and yours.





Sal
 
Old January 20th, 2004, 02:32 PM
Authorized User
 
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank you very much for your help I will try that and let you know how it goes.

slypunk
 
Old May 25th, 2004, 07:15 AM
Authorized User
 
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by sal
 all of your users need the latest service pack. I am not sure what it is. That should fix your problem.



Sal
It's been a while since I sent this message but I just finished updated the users with the latest service pack version. The version fyi is Microsoft Access 2000 (9.0.3821 SR-1) I then checked each machine and came across two problems. On one of the pcs the forms and reports whose record source is a stored procedure still does not work. In other words when I want to view a form or report and I click on it, it will not open. On other pcs it gives me the following error when I try to open a report or form "Run-time error '2750': The operation on the No such interface supported object failed. I have been struggling with this for months as you can see. Any help at all I would greatly appreciate. Thank you :)

slypunk
 
Old May 25th, 2004, 10:32 AM
Authorized User
 
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I cannot figure out my problem it's very difficult to determine what the actual problem is to begin with. The ODBC connection looks fine to me and the service paks are updated. I am extremely stuck on this problem and I need for users to start utlizing these dbs. This is a project I started at works a couple of months ago. I placed the dbs on the server where every user can access BUT it is not working appropriately. I GREATLY NEED HELP ON THIS!!! Thanks :S

slypunk
 
Old May 25th, 2004, 10:45 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

I dono- but it seems that getting support for an access problem in a SQL forum isn't going to get you as much help as you need... Perhaps you should post the question in a forum focused on access? I don't even understand your problem to help you with it. What's the COMPLETE arcitecture.

I'd suspect that the lock placed on the database by the user over the network (or another user in the database at the same time) is somehow preventing the procedure from running properly. But that's a guess. It could be user rights for the SP.

And I am stumped as to why anyone would use a ODBC connection - rather than using ADO.





Hal Levy
Web Developer, PDI Inc.

NOT a Wiley/Wrox Employee
 
Old June 19th, 2004, 04:32 PM
Registered User
 
Join Date: Jun 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Azam Ajmal
Default

Hello
Could you tell me which version of Access/Office are you using (if you have been unable to find a solution till now) and with any service pack or not. I had the same problem and was able to resolve it by reading your forum session.
Regards
Azam
 
Old June 20th, 2004, 04:05 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

You can do is add "dbo". in front of the store procedures name in your users form. like this dbo.storeproceduresname. Using access ADP as your front end application and SQL as the back end you must either give permission to users to execute the stored procedure or let them run it under dbo security context.

 
Old September 16th, 2004, 08:57 AM
WIM WIM is offline
Registered User
 
Join Date: Sep 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'v had the same problem.
Install the SQl Server clients tools on every machine which uses the database and make a connection to the SQL Server with the username of the dbo.


 
Old September 16th, 2004, 10:29 AM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

For the most part it is a fast way to get a report populated in an Access ADP, but you are right. I do not use that method. ADO is a better alternative. This was an issue with user rights and not using the fully qualified name "dbo.StoredProcedure1".

Access 2000 had this problem. It was later fixed with a service release. ADPs were new to Access 2k and this was one of the main problems with it.

A stored procedure can not lock the way that a table can lock. also an ADP is not the same as an MDB. ADPs are more of a front end to SQL Server allowing a user to create stored procedures with MS Access.



Sal





Similar Threads
Thread Thread Starter Forum Replies Last Post
adp- stored query problem LeoTiger1 Access 0 June 13th, 2006 04:11 PM
Stored procedures won't work properly... eBilyboy SQL Server 2000 1 December 12th, 2005 11:25 AM
stored procedures in ADP do not work on other comp sherr8 Access 15 June 5th, 2004 01:59 PM
Use of "IF" in a ADP Stored Procedure Mickey123 Access 0 December 5th, 2003 01:53 AM
custom menus don't work with a shared adp Ash Access 3 August 12th, 2003 01:22 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.