473,503 Members | 1,831 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is There a Client/Server Version of Access ?

We've fooled around with Access a bit, but only using the
single-user store-bought version. It seems to be a good
database - versatile and infinitely programmable - and
can apparently be used as a front end to SQL server if
we ever needed to go that route.

But - is there a client/server version of Access ? Looking
on the CDW site there is a bewildering variety of packages
and licences and such, but we can't figure out just which
do what or which setup is best for our small business. The
MS site for Access is even less informative.

What we need is to get up to about ten workstations all
accessing a single central data depository. Various
kinds of field data and GIS-referenced info will be
stored there. Programs like ArcPad and Pendragon Forms
will dump data directly in from PDAs.

From what I've heard lately, if you upgrade a workstation
or server - new motherboard especially - MS expects you
to buy a brand new version of any of their 'Office' spectrum
of products. Nasty ... and they wonder why people switch to
linux. As we DO upgrade workstations pretty frequently, but
servers infrequently, spending the bucks on a 'server'
program - and then cheaper licences for the workstations -
would be more cost-effective.

But IS there such a thing - or do we just buy a handful of
off-the-shelf Access programs and create the tables on a
file server ?

Reply to group.

Apr 10 '06 #1
5 2897
The answer to the question in the subject is NO.

And there won't ever be one as it won't fit into Microsoft's
stratetic marketing plans for its database products. SQL Server is
the only thing MS will ever sell as a client/server database.

bw@barrrk.net (B1ackwater) wrote in
news:44***************@news.west.earthlink.net:
We've fooled around with Access a bit, but only using the
single-user store-bought version. It seems to be a good
database - versatile and infinitely programmable - and
can apparently be used as a front end to SQL server if
we ever needed to go that route.
Yes. All that is very true.
But - is there a client/server version of Access ? Looking
on the CDW site there is a bewildering variety of packages
and licences and such, but we can't figure out just which
do what or which setup is best for our small business. The
MS site for Access is even less informative.
Access is automatically client/server if you use a server back end.

But what you're really asking is whether there's a client/server
version of *Jet*, Access's built-in database engine.

That's the question I answered at the top -- there isn't and there
never will be one.
What we need is to get up to about ten workstations all
accessing a single central data depository. Various
kinds of field data and GIS-referenced info will be
stored there. Programs like ArcPad and Pendragon Forms
will dump data directly in from PDAs.
Are all the workstations on the same LAN? If so, it doesn't sound
like anything Jet can't handle, though if the data being appended is
coming in large batches very quickly from multiple users at the same
time, it could be a problem.

But Access ships with the MSDE, which is a version of SQL Server
tuned for small workgroups (5 simultaneous connections, 2GB total
data store). There's also the newer SQL Server Express, which is yet
another repackaging of SQL Server intended for desktop use.

There are also free Open Source options like MySQL (wouldn't
recommend it without InnoDB tables) and PostgreSQL. I'm also looking
these days at SQLite.
From what I've heard lately, if you upgrade a workstation
or server - new motherboard especially - MS expects you
to buy a brand new version of any of their 'Office' spectrum
of products. . . .
No, that's not true. If you upgrade a PC with Office already
installed on it, and the upgrades are sufficient to invalidate the
existing authorization key, you contact Microsoft and they give you
a new key. You will probably have to explain to a human being that
you've upgraded your computer. It usually takes an upgrade of more
than one component to invalidate the existing authorization key.
. . . Nasty ... and they wonder why people switch to
linux. As we DO upgrade workstations pretty frequently, but
servers infrequently, spending the bucks on a 'server'
program - and then cheaper licences for the workstations -
would be more cost-effective.
What are you talking about? There is no product anywhere like what
you're talking about.

However, you could install a Windows Terminal Server and licensing
would be handled on the server (though you'd still need Office
licenses on the workstations). You could install an Access runtime
application on a Windows Terminal Server and that wouldn't require
Access installed on the workstations connecting to it.

But before you do that, an Access runtime installed on all the
workstations would get around the authorization problem, too.

Another option is to purchase the Enterprise license from Microsoft
that don't require individual authorization of each workstation.
It's called the Open License program, and is fairly reasonable even
for small shops.
But IS there such a thing - or do we just buy a handful of
off-the-shelf Access programs and create the tables on a
file server ?


Look into the Open License program.

The whole client/server issue is a complete red herring for your
actual problem, which is licensing.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Apr 10 '06 #2
On Mon, 10 Apr 2006 14:52:01 -0500, "David W. Fenton"
<XX*******@dfenton.com.invalid> wrote:
"No"

But what you're really asking is whether there's a client/server
version of *Jet*, Access's built-in database engine.

That's the question I answered at the top -- there isn't and there
never will be one.

That was my major question ... a server version of Jet that
all others query for data.

Looks as if SQL server is the way to go - and then use Access
to develop a nice front end. Too bad they centered on the idea
of using VB instead of 'C-something' though ...

Apr 10 '06 #3
B1ackwater wrote:
Looks as if SQL server is the way to go - and then use Access
to develop a nice front end. Too bad they centered on the idea
of using VB instead of 'C-something' though ...


Uh huh!

Apr 10 '06 #4
On Mon, 10 Apr 2006 14:52:01 -0500, "David W. Fenton"
<XX*******@dfenton.com.invalid> wrote:
What we need is to get up to about ten workstations all
accessing a single central data depository. Various
kinds of field data and GIS-referenced info will be
stored there. Programs like ArcPad and Pendragon Forms
will dump data directly in from PDAs.
Are all the workstations on the same LAN? If so, it doesn't sound
like anything Jet can't handle, though if the data being appended is
coming in large batches very quickly from multiple users at the same
time, it could be a problem.


Dunno about "very quickly" ... although there could be several
people dumping the contents of their PDAs into a single table
at the same time.

Another concern is the ultimate SIZE of the databases. Lots
of small records - day after month after year - add up.
Historical queries going back five years or so are likely.
We could start exporting to "old.data" tables beyond that,
but it would be NICE to keep everything all together. Jet
seems to offer fair capacity, but SQL Server seems even
better.
But Access ships with the MSDE, which is a version of SQL Server
tuned for small workgroups (5 simultaneous connections, 2GB total
data store). There's also the newer SQL Server Express, which is yet
another repackaging of SQL Server intended for desktop use.
We'd have to get the non-'express' version ... I calculate
we'd collect 2gb in about three years. Might be able to
squish some of it it down to codes - to be looked-up in
another table - and thus maybe half our storage requirement.

Alas, I'd also project more than 5 connections at least
half of the time ...
There are also free Open Source options like MySQL (wouldn't
recommend it without InnoDB tables) and PostgreSQL. I'm also looking
these days at SQLite.
I looked at MySQL ... and it ain't bad. Problem is that the boss
doesn't want to get too 'proprietary' - dozens of custom-writ
programs with a hundred subroutines each or use somebodys obscure
front-end. 'Access' is everywhere, lots of people know how to use
it (more or less), tons of "How To" books to be had. If MS ever
drops Access, it will probably have to replace it with something
almost the same - just dedicated to being a front end for SQL
server.

So, while there's a certain joy in writing custom programs for
working with DBs, you can get everything *just right*, I agree
that it's more sensible to stick with more common, well supported
and documented, canned front-ends that let you get it pretty
damned CLOSE to "just right".

Finally, this DB *has* to work with ESRI GIS products. Our
data collection software will make use of GPS data. ESRI
makes a PDA development package which lets you smartly
blend forms and GPS into a helpful and powerful system
for the users. It can directly dump data into Access and
SQL server with little or no fiddling-around. Does not
work with MySQL.

Haven't looked into SQL-Lite yet ... still in the 'shopping'
stage of things.
From what I've heard lately, if you upgrade a workstation
or server - new motherboard especially - MS expects you
to buy a brand new version of any of their 'Office' spectrum
of products. . . .


No, that's not true. If you upgrade a PC with Office already
installed on it, and the upgrades are sufficient to invalidate the
existing authorization key, you contact Microsoft and they give you
a new key. You will probably have to explain to a human being that
you've upgraded your computer. It usually takes an upgrade of more
than one component to invalidate the existing authorization key.


Hmmm ... I'd heard something just last week saying MS
was gonna get MORE greedy in this respect. Might have just
been a nasty rumor, but then we ARE talking MicroSoft, the
inventor of "Hey, what if we CHARGED people for software ?" :-)

Besides, I *hate* trying to justify my upgrades to some guy
in Calcutta.
. . . Nasty ... and they wonder why people switch to
linux. As we DO upgrade workstations pretty frequently, but
servers infrequently, spending the bucks on a 'server'
program - and then cheaper licences for the workstations -
would be more cost-effective.


What are you talking about? There is no product anywhere like what
you're talking about.


Nevermind ...
However, you could install a Windows Terminal Server and licensing
would be handled on the server (though you'd still need Office
licenses on the workstations). You could install an Access runtime
application on a Windows Terminal Server and that wouldn't require
Access installed on the workstations connecting to it.

But before you do that, an Access runtime installed on all the
workstations would get around the authorization problem, too.
That MAY be the easiest route - and it's not TOO expensive
either. We can get the full off-the-shelf version of Access
for about $150 per copy. Everyone here likes and gets fast PCs
so there's no need for the thin client paradigm. (interesting
how things have drifted back towards the mainframe/terminal
approach of late). I'd just have to limit who can do damage
to the data, tables and forms.

So, if I read you right, all we'd need then is the bare SQL-
Server program, sans any other licences ? Or, do I need
*seperate* licences to connect with SQL-Server and THEN
'Access' too ?

As I said, a bewildering and somewhat poorly documented
variety of options and licencing schemes ... not as
straightforward as I first imagined. Don't want to buy
more than I need to.
Another option is to purchase the Enterprise license from Microsoft
that don't require individual authorization of each workstation.
It's called the Open License program, and is fairly reasonable even
for small shops.
I'll definitely look into it. Um ... do you recall about
what "fairly reasonable" means ? :-)

Odd place here, doesn't mind buying $999 desktops for
the janitor but balks at "expensive" $200 programs to
run on the things. Every place has its ideosyncracies.
But IS there such a thing - or do we just buy a handful of
off-the-shelf Access programs and create the tables on a
file server ?


Look into the Open License program.


I shall.
The whole client/server issue is a complete red herring for your
actual problem, which is licensing.


In our particular case you may be right - although the
Jet engine may prove a bit puny so we're kinda obligated
to run some kind of central server engine that can
handle more. Access is a decent program - and ideal for
working with SQL Server. It's the details of licencing
for one or both products that's confusing me. I'd
rather be programming ...

Apr 10 '06 #5
bw@barrrk.net (B1ackwater) wrote in
news:44***************@news.west.earthlink.net:
On Mon, 10 Apr 2006 14:52:01 -0500, "David W. Fenton"
<XX*******@dfenton.com.invalid> wrote:
What we need is to get up to about ten workstations all
accessing a single central data depository. Various
kinds of field data and GIS-referenced info will be
stored there. Programs like ArcPad and Pendragon Forms
will dump data directly in from PDAs.
Are all the workstations on the same LAN? If so, it doesn't sound
like anything Jet can't handle, though if the data being appended
is coming in large batches very quickly from multiple users at the
same time, it could be a problem.


Dunno about "very quickly" ... although there could be several
people dumping the contents of their PDAs into a single table
at the same time.


That's actually the only issue, because if you're doing batches of
appends, collisions between simultaneous appends could be a problem,
as there's no central process interfacing with the data store that
could serialize the appends, as there would be with a server back
end.
Another concern is the ultimate SIZE of the databases. Lots
of small records - day after month after year - add up.
Historical queries going back five years or so are likely.
We could start exporting to "old.data" tables beyond that,
but it would be NICE to keep everything all together. Jet
seems to offer fair capacity, but SQL Server seems even
better.
In terms of capacity, lots of small records is not big deal with
Access. I have apps with *big* records with 100s of thousands of
records in several tables.

It all depends on what you want to do with that data, and how well
you can index it.
But Access ships with the MSDE, which is a version of SQL Server
tuned for small workgroups (5 simultaneous connections, 2GB total
data store). There's also the newer SQL Server Express, which is
yet another repackaging of SQL Server intended for desktop use.


We'd have to get the non-'express' version ... I calculate
we'd collect 2gb in about three years. . . .


How, exactly, are you calculating that? And 2GBs is the hard limit
for Jet, so that puts it out of the running in the first place.
. . . Might be able to
squish some of it it down to codes - to be looked-up in
another table - and thus maybe half our storage requirement.
Er, of *course* you should do that. Data normalization is something
you must do, no matter what the db engine.
Alas, I'd also project more than 5 connections at least
half of the time ...
Well, it's not actually that bad if you manage your connections
well. An append operation doesn't take very long, so if you open
your connection, append the records and close the connection, it's
now available for another user. Many people report supporting 15-20
users on MSDE by using those 5 simultaneous connections very
efficiently.
There are also free Open Source options like MySQL (wouldn't
recommend it without InnoDB tables) and PostgreSQL. I'm also
looking these days at SQLite.


I looked at MySQL ... and it ain't bad. Problem is that the
boss doesn't want to get too 'proprietary' - dozens of
custom-writ programs with a hundred subroutines each or use
somebodys obscure front-end. . . .


MySQL has nothing to do with Access. MySQL is a data store, not a
front end programming environment. You could progam your front end
in Access and store your data in MySQL.
. . . 'Access' is everywhere, lots of people know how to use
it (more or less), tons of "How To" books to be had. If MS ever
drops Access, it will probably have to replace it with
something almost the same - just dedicated to being a front end
for SQL server.
There's a non sequitur inherent in your thinking here. Access is
independent of the data store. You can use Jet (Access's default
data store). You can use MSDE (which ships with Access). You can use
SQL Server Express. You can use full-blown SQL Server. You can use
any database with an ODBC or ADO driver, including Oracle, MySQL,
PostgreSQL, Sybase, and so on.

So, there are two choices:

1. front end platform.

2. data store.

And you can choose Access for the 1st and use any of a number of
possibilities for the second.
So, while there's a certain joy in writing custom programs for
working with DBs, you can get everything *just right*, I agree
that it's more sensible to stick with more common, well
supported and documented, canned front-ends that let you get it
pretty damned CLOSE to "just right".
That issue has zilch to do with whether or not you chose MySQL or
any other database other than Access's built-in Jet (which you've
already eliminated as a realistic possibility based on the
information you wrote above).
Finally, this DB *has* to work with ESRI GIS products. Our
data collection software will make use of GPS data. ESRI
makes a PDA development package which lets you smartly
blend forms and GPS into a helpful and powerful system
for the users. It can directly dump data into Access and
SQL server with little or no fiddling-around. Does not
work with MySQL.
That's an unfortunate lack of proprietary dependencies in the data
collection software. It ought to be designed to interface with
industry standard database abstraction layers like ODBC and ADO
(though both were created by Microsoft, they are widely supported by
nearly everyone).
Haven't looked into SQL-Lite yet ... still in the 'shopping'
stage of things.
It's relatively new and I'm not sure what it's intended for. It
looks to be a better db engine than MySQL with its default ISAM,
though not necessarily better than MySQL with InnoDB tables.
From what I've heard lately, if you upgrade a workstation
or server - new motherboard especially - MS expects you
to buy a brand new version of any of their 'Office' spectrum
of products. . . .


No, that's not true. If you upgrade a PC with Office already
installed on it, and the upgrades are sufficient to invalidate the
existing authorization key, you contact Microsoft and they give
you a new key. You will probably have to explain to a human being
that you've upgraded your computer. It usually takes an upgrade of
more than one component to invalidate the existing authorization
key.


Hmmm ... I'd heard something just last week saying MS
was gonna get MORE greedy in this respect. Might have just
been a nasty rumor, but then we ARE talking MicroSoft, the
inventor of "Hey, what if we CHARGED people for software ?" :-)


Well, I've been installing MS Office on 100s of machines for the
last 15 years, and had to deal with the switch to authorization that
came about around 2000-01 period. It wasn't as painful as it sounded
like. And if you do Open Licensing, it's as easy as it can get.
Besides, I *hate* trying to justify my upgrades to some guy
in Calcutta.
I don't know that Microsoft's authorization call center is in India.
Your comment sounds like near racism to me.
. . . Nasty ... and they wonder why people switch to
linux. As we DO upgrade workstations pretty frequently, but
servers infrequently, spending the bucks on a 'server'
program - and then cheaper licences for the workstations -
would be more cost-effective.


What are you talking about? There is no product anywhere like what
you're talking about.


Nevermind ...
However, you could install a Windows Terminal Server and licensing
would be handled on the server (though you'd still need Office
licenses on the workstations). You could install an Access runtime
application on a Windows Terminal Server and that wouldn't require
Access installed on the workstations connecting to it.

But before you do that, an Access runtime installed on all the
workstations would get around the authorization problem, too.


That MAY be the easiest route - and it's not TOO expensive
either. We can get the full off-the-shelf version of Access
for about $150 per copy. Everyone here likes and gets fast PCs
so there's no need for the thin client paradigm. (interesting
how things have drifted back towards the mainframe/terminal
approach of late). I'd just have to limit who can do damage
to the data, tables and forms.


An Access runtime app is much cheaper than that, as you buy the
developer tools and then create your runtime distribution. The cost
of the developer tools (depending on which version of Access you're
going to distribute in) is something like $300-500. That gives you a
license to install a runtime distribution on an unlimited number of
computers.
So, if I read you right, all we'd need then is the bare SQL-
Server program, sans any other licences ? Or, do I need
*seperate* licences to connect with SQL-Server and THEN
'Access' too ?
SQL Server does require licenses for users. I don't know what the
cost is.
As I said, a bewildering and somewhat poorly documented
variety of options and licencing schemes ... not as
straightforward as I first imagined. Don't want to buy
more than I need to.
It doesn't seem like all the big a deal to me. As long as you're
using proprietary software, you're going to have licensing issues.
Just compare to Oracle, and it looks pretty simple by comparison.
Another option is to purchase the Enterprise license from
Microsoft that don't require individual authorization of each
workstation. It's called the Open License program, and is fairly
reasonable even for small shops.


I'll definitely look into it. Um ... do you recall about
what "fairly reasonable" means ? :-)


Well, it's no more expensive than buying the same number of
standalone copies.
Odd place here, doesn't mind buying $999 desktops for
the janitor but balks at "expensive" $200 programs to
run on the things. Every place has its ideosyncracies.
But IS there such a thing - or do we just buy a handful of
off-the-shelf Access programs and create the tables on a
file server ?


Look into the Open License program.


I shall.
The whole client/server issue is a complete red herring for your
actual problem, which is licensing.


In our particular case you may be right - although the
Jet engine may prove a bit puny so we're kinda obligated
to run some kind of central server engine that can
handle more. Access is a decent program - and ideal for
working with SQL Server. It's the details of licencing
for one or both products that's confusing me. I'd
rather be programming ...


Sounds like your best route would be an Access runtime against SQL
Server. Then you'd only buy the Office developer tools and the
needed licenses for SQL Server.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Apr 11 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
5399
by: Krist | last post by:
Hi All, Our customer has just decided to choose as development standard. The application is HR application with report. While many like Web client, Java application/thick client is still...
2
2383
by: Microsoft | last post by:
I'm about to start converting my application from a old-style monolith exe (with flat files and limited database support for sharing some of the data) to a layered .NET SQL server version. I have...
0
1209
by: seanvdv | last post by:
Anyone Anyone , please shed some light. We have upgraded our existing NT4, SQL 7 MIS server to a W2K, SQL 2K server On this I have install all the latests service packs for all applications. I...
3
1549
by: Jo Davis | last post by:
www.shanje.com does sql server hosting, on shared servers, at a reasonable price. It seems. They also allow client connections. Just playing around I've managed to connect an Access Data Project...
3
6888
by: Roy Souther | last post by:
Trying to get the unixODBC to work connecting to an IBM DB2 UDB V8.1. The DB2 server is running on Red Hat 8 and is tested and confirmed to be serving connections to Windows 98 clients using the...
3
2803
by: Tim Burris | last post by:
At the top here i will put a quick description of my problem followed by the long description. This way you want get bored reading! : short version what is the best/recommended way for ASPNET...
22
6223
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one...
11
4677
by: Max Vit | last post by:
I have deployed few Access apps splitting it in Front End and Back End. Our environment uses Win XP SP2 for clients, Win 2k3 for servers and Access 2003. The max. number of clients is about 50...
3
2793
by: Prakash | last post by:
Hello All, We have installed UDB 9.5 on HP-UX IA64 machine. We would like to install DB2 8.2 client on HP-UX PA-RISC V11.11. We want to install only on HPUX V 11.11 since we have licensed...
0
7202
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7280
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6991
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7460
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
380
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.