Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access 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 21st, 2004, 09:49 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default Stored Procedures

Does Access XP and 2003 support stored procedures? I read somewhere that it did but now I can't find the article.

 
Old January 29th, 2004, 05:53 AM
Registered User
 
Join Date: Jan 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Yes and no. An Access Project supports stored procedures from its associated SQL Server database, but an Access Database does not.

 
Old February 8th, 2004, 12:25 AM
Authorized User
 
Join Date: Jun 2003
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Stu9820,
  It depends on your point of view. For instance, an Access database can use ADO to open a recordset via a stored proc in SQL Server. The ADO recordset can then be assigned to the form's recordset and tada, the form is bound to the recordset in SQL Server and is fully updatable. I do this all the time. I currently working on an application where there are no tables in the front end. Everything comes from SQL Server via recordsets...very cool and very fast.

Hope this helps,
Mike
 
Old February 8th, 2004, 01:13 PM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Look into MSDE. This is a free version of SQL Server which has the full functionallity of SQL Server with a limit of 2GB for a database and 5 concurrent users (but this depends on how you develop the front end).

Do a searh on the forum for more info.





Sal





Similar Threads
Thread Thread Starter Forum Replies Last Post
Stored Procedures KeviJay VB Databases Basics 1 June 5th, 2008 07:17 AM
stored procedures MunishBhatia SQL Server 2005 4 April 12th, 2008 01:39 AM
STORED PROCEDURES shazia1 SQL Server ASP 7 September 26th, 2007 06:11 AM
Stored Procedures itHighway SQL Server 2000 3 November 23rd, 2005 10:08 AM
Stored Procedures jazzcatone Classic ASP Databases 0 August 28th, 2005 02:57 PM





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