A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

MDB or ADP



 
 
Thread Tools Display Modes
  #1  
Old August 25th, 2005, 12:24 PM
Joe Black
external usenet poster
 
Posts: n/a
Default MDB or ADP

Hi All,

Using Access 2003

I have been asked to create a database in Access that contains data
imported from several old Lotus Approach tables then add forms and
reports as necessary. The thing is they want the database to be stored
on a server so that multiple people can access the data at the same
time, max 6 or 7 concurrent users say.

I have used Access and SQL Server/MSDE before but have always written
apps using either C# or C++ to interface to them so this is a bit new to
me so I have the following questions.

Is it OK to have an MDB database run over a network like this, i.e.
concurrency issues, two people trying to amend the same record at the
same time?

Would the MSDE be better and interface through Access using an Access
project?

Many thanks

Joe
  #2  
Old August 26th, 2005, 07:03 AM
Larry Linson
external usenet poster
 
Posts: n/a
Default

No, most likely, you will have an MDB on the server containing tables,
relationships, and data. You will have either an MDB or MDE on each user's
machine containing queries, forms, reports, macros, and modules, and perhaps
some local lookup tables. The user MDB/MDE will have links to the tables on
the server.

Access is quite, quite different from the C# and C++ approach... in those
environments, there are no events that are specifically database-related. In
Access, bound tables and controls are simple and easy.

Larry Linson
Microsoft Access MVP



"Joe Black" wrote in message
...
Hi All,

Using Access 2003

I have been asked to create a database in Access that contains data
imported from several old Lotus Approach tables then add forms and reports
as necessary. The thing is they want the database to be stored on a server
so that multiple people can access the data at the same time, max 6 or 7
concurrent users say.

I have used Access and SQL Server/MSDE before but have always written apps
using either C# or C++ to interface to them so this is a bit new to me so
I have the following questions.

Is it OK to have an MDB database run over a network like this, i.e.
concurrency issues, two people trying to amend the same record at the same
time?

Would the MSDE be better and interface through Access using an Access
project?

Many thanks

Joe



  #3  
Old August 26th, 2005, 10:42 AM
Joe Black
external usenet poster
 
Posts: n/a
Default

Larry,

Thank you for your response.

Joe

Larry Linson wrote:
No, most likely, you will have an MDB on the server containing tables,
relationships, and data. You will have either an MDB or MDE on each user's
machine containing queries, forms, reports, macros, and modules, and perhaps
some local lookup tables. The user MDB/MDE will have links to the tables on
the server.

Access is quite, quite different from the C# and C++ approach... in those
environments, there are no events that are specifically database-related. In
Access, bound tables and controls are simple and easy.

Larry Linson
Microsoft Access MVP

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.