473,386 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Run Time Version

1. Is the run time version a self-contained file which includes Access files
and a database or are there separate Access files and a database (.mdb) file?

2. If the database file is separate, can other database files (.mdb) be run on
a machine that has only the run time version installed?

Thanks,

Morley
Nov 13 '05 #1
7 2015
Morley,
Access runtime is a gimped version of Access that has the bits needed to
change the design of things stripped out. All Access .mdb files can be
saved as .mde files. An .mde is as close to a compiled executible
application you are going to get--though there has been plenty here about
what others have done to write something in C# or VB.NET that walks & talks
like a commercial application. If runtime is present, any Access database
can be run on that machine but no changes to the design of stuff can be
made.

"Morley" <ma*****@earthlink.net> wrote in message
news:1V*******************@newsread3.news.atl.eart hlink.net...
1. Is the run time version a self-contained file which includes Access files and a database or are there separate Access files and a database (.mdb) file?
2. If the database file is separate, can other database files (.mdb) be run on a machine that has only the run time version installed?

Thanks,

Morley

Nov 13 '05 #2
Alan,

Thank you for responding!

So let's see if I got what you said correct --
Access runtime stands alone on a machine. That machine then can run any Access
..mdb or .mde file installed on the machine as long as the version matches the
run time. No design changes to a database can be made on that machine.

If the database needs revised, is it just a simple matter of moving the database
to a machine with the full version of Access, make the revisions there and save
the file back to the machine with the run time version?

Now how does a split database work where the FE is on the machine with the run
time and the BE is on a network. Must Access or a runtime be installed on the
network?

Morley
"Alan Webb" <kn*****@hotmail.com> wrote in message
news:k9****************@news.uswest.net...
Morley,
Access runtime is a gimped version of Access that has the bits needed to
change the design of things stripped out. All Access .mdb files can be
saved as .mde files. An .mde is as close to a compiled executible
application you are going to get--though there has been plenty here about
what others have done to write something in C# or VB.NET that walks & talks
like a commercial application. If runtime is present, any Access database
can be run on that machine but no changes to the design of stuff can be
made.

"Morley" <ma*****@earthlink.net> wrote in message
news:1V*******************@newsread3.news.atl.eart hlink.net...
1. Is the run time version a self-contained file which includes Access

files
and a database or are there separate Access files and a database (.mdb)

file?

2. If the database file is separate, can other database files (.mdb) be

run on
a machine that has only the run time version installed?

Thanks,

Morley


Nov 13 '05 #3
"Morley" <ma*****@earthlink.net> wrote:
So let's see if I got what you said correct --
Access runtime stands alone on a machine. That machine then can run any Access
.mdb or .mde file installed on the machine as long as the version matches the
run time. No design changes to a database can be made on that machine.
Correct.
If the database needs revised, is it just a simple matter of moving the database
to a machine with the full version of Access, make the revisions there and save
the file back to the machine with the run time version?
More likely, and mandatory if an MDE, you'd work on the MDB elsewhere on a system
with a full version of Access and then copy it to the client system.
Now how does a split database work where the FE is on the machine with the run
time and the BE is on a network. Must Access or a runtime be installed on the
network?


On the network server, no. There is no need for Access to be installed on the
server. If it was a SQL Server based BE then you'd need SQL Server installed on the
server.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #4
Tony Toews <tt****@telusplanet.net> wrote:
If the database needs revised, is it just a simple matter of moving the database
to a machine with the full version of Access, make the revisions there and save
the file back to the machine with the run time version?


More likely, and mandatory if an MDE, you'd work on the MDB elsewhere on a system
with a full version of Access and then copy it to the client system.


I specifically created the Auto FE Updater utility so that I could make changes to
the FE MDE as often as I wanted and be quite confident that the next time someone
went to run the app that it would pull in the latest version. For more info on the
errors or the Auto FE Updater utility see the free Auto FE Updater utility at
http://www.granite.ab.ca/access/autofe.htm at my website to keep the FE on each PC up
to date.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #5
Tony,

You said something here that I never knew and I have to confirm it with you ---

You mean to say that in a typical FE/BE database where the BE is on a server,
Access does not have to be on the server and the links will work fine?

Does version (97 and after) make any difference?

Morley

PS Thanks for the info on Auto FE Updater
"Tony Toews" <tt****@telusplanet.net> wrote in message
news:lp********************************@4ax.com...
"Morley" <ma*****@earthlink.net> wrote:
So let's see if I got what you said correct --
Access runtime stands alone on a machine. That machine then can run any Access.mdb or .mde file installed on the machine as long as the version matches the
run time. No design changes to a database can be made on that machine.
Correct.
If the database needs revised, is it just a simple matter of moving the databaseto a machine with the full version of Access, make the revisions there and savethe file back to the machine with the run time version?


More likely, and mandatory if an MDE, you'd work on the MDB elsewhere on a

system with a full version of Access and then copy it to the client system.
Now how does a split database work where the FE is on the machine with the runtime and the BE is on a network. Must Access or a runtime be installed on the
network?
On the network server, no. There is no need for Access to be installed on

the server. If it was a SQL Server based BE then you'd need SQL Server installed on the server.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm

Nov 13 '05 #6

"Morley" <ma*****@earthlink.net> wrote in message
news:ev*****************@newsread2.news.atl.earthl ink.net...
Tony,

You said something here that I never knew and I have to confirm it with you ---
You mean to say that in a typical FE/BE database where the BE is on a server, Access does not have to be on the server and the links will work fine?

That's correct. The server does not need Access installed IF all it's doing
is provide disc space for the tables. All processing in an Access
application is done by the FE in a FE/BE setup.
Does version (97 and after) make any difference?
No.

Morley

PS Thanks for the info on Auto FE Updater
"Tony Toews" <tt****@telusplanet.net> wrote in message
news:lp********************************@4ax.com...
"Morley" <ma*****@earthlink.net> wrote:
So let's see if I got what you said correct --
Access runtime stands alone on a machine. That machine then can run any Access.mdb or .mde file installed on the machine as long as the version matches therun time. No design changes to a database can be made on that machine.
Correct.
If the database needs revised, is it just a simple matter of moving the databaseto a machine with the full version of Access, make the revisions there and save
the file back to the machine with the run time version?
More likely, and mandatory if an MDE, you'd work on the MDB elsewhere on a system
with a full version of Access and then copy it to the client system.
Now how does a split database work where the FE is on the machine with
the runtime and the BE is on a network. Must Access or a runtime be installed
on thenetwork?


On the network server, no. There is no need for Access to be installed

on the
server. If it was a SQL Server based BE then you'd need SQL Server
installed on the
server.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm


Nov 13 '05 #7
"Morley" <ma*****@earthlink.net> wrote:
You said something here that I never knew and I have to confirm it with you ---

You mean to say that in a typical FE/BE database where the BE is on a server,
Access does not have to be on the server and the links will work fine?
Correct. The server is acting as a file server just as though it were serving Word,
Excel or dBase files.
Does version (97 and after) make any difference?


No.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #8

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

Similar topics

2
by: androtech | last post by:
Hello, I'm looking for a function that returns a date range for a specified week number of the year. I'm not able to find functions like this anywhere. Any pointers/help would be much...
2
by: Sean Dettrick | last post by:
I am wondering if it is possible to increment an integer at compile time using template<int N> (or by any other method, e.g. compiler directives etc), across multiple source files. This may...
5
by: Carmine Cairo | last post by:
Hi, I'm working on a project and today I've note a little problem during the compile fase. Here a little piece of code: // 1st version welldone = 0; size = p->getSize(); backbone = new...
12
by: Sitar | last post by:
Hi, I would like to include the build time in my application. It's for my ? / About ... menu. It's annoying to change the label.Text property for every release. Is it possible to do so? ...
9
by: BadOmen | last post by:
I know the obvious answer here on the VB.Net... I bought for a couple of years ago Visual Studio 6.0 Pro and I wonder what I have to gain in getting me the .Net version? I am rather new to VB...
6
by: Terry Olsen | last post by:
I would like to put program info in my applications' about screen such as compile date & time, lines of code, etc. Is there a way to do this automatically when I compile?
0
by: rc | last post by:
Moved a working MS Access application from Win2000 (version 5.0 SP 3) OS with MS Access 2000 and DB2 Run-time client v7.1 FP 4 to XP (version 5.1, SP 2) OS with MS Access 2003 and DB2 Run-time...
3
by: Paul H | last post by:
Most of my projects are developed in Access 2003. I have not even installed Office 2007 yet! I need to buy VSTO to get the run-time licence for Access 2003. No doubt I will soon need a run-time...
12
by: hjmjao | last post by:
Hi when I run my application for some users it gives me the following message See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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
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,...

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.