Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA 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 May 27th, 2005, 08:37 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default To Randall J Weers, regarding project

Thanks for your informative reply.
Here i have few more doubts.

My taget machines uses Access 2000, while I am using Access 2003, so is there any chance of version conflict? What if they update theire versions further to 2004,5,etc?

Further, if i copy project to a n/w server which is accesible to all, is there any change that other people (within same n/w) can access internal tables/codes? if no, how do avoid it?

What about performance since team size is around 50, in future it may grow to 100 to 150...

Again thanks in advance.

 
Old May 28th, 2005, 07:52 AM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 248
Thanks: 0
Thanked 1 Time in 1 Post
Default

Your target machines will have to upgrade to 2003 or you can purchase the VSTO - Visual Studio Tools for Office to get a license to distribute the Access Runtime to as many machines as you want. See http://msdn.microsoft.com/office/understanding/vsto/

Typically, new versions of Access are backward compatible. Meaning if you were developing on 2000 and created an MDE, someone with 2003 could run it.

For a network, I hope you are planning to use Frontend / Backend, where your code is in the frontend and the data is in the backend. The frontend is stored on a user's machine. The backend is stored on a network share. This improves performance over having everyone open the same database.

You can secure all of this in a number of ways. Access has Security. People often complain about how easy it is to crack. But it can work. Our book, "Access 2003 VBA Programmers Reference" can help walk you through the set up. (I wrote the security chapter.)

Access claims some limits as far as performance. 50 concurrent users is where they draw the line. However, I have heard of claims of reasonable performance around 100, with the note that database is not generally hit by everyone at the same time.

Randall J Weers
Membership Vice President
Pacific NorthWest Access Developers Group
http://www.pnwadg.org





Similar Threads
Thread Thread Starter Forum Replies Last Post
Website project vs Web Application Project... thenoseknows ASP.NET 2.0 Professional 0 January 14th, 2007 09:47 PM
How do i Call one project to another project kau_shuk VS.NET 2002/2003 8 December 5th, 2006 10:02 AM
UserControl of One Project in Other Project gadhiav ASP.NET 1.0 and 1.1 Professional 2 February 18th, 2006 07:51 AM
Add report of one project into another project tejaswibv Crystal Reports 0 July 13th, 2005 04:40 AM
From 1 project to get access to another project hplim18 Pro VB.NET 2002/2003 0 March 30th, 2004 10:33 PM





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