473,657 Members | 2,430 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2027
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*****@earthl ink.net> wrote in message
news:1V******** ***********@new sread3.news.atl .earthlink.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*****@hotmai l.com> wrote in message
news:k9******** ********@news.u swest.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*****@earthl ink.net> wrote in message
news:1V******** ***********@new sread3.news.atl .earthlink.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*****@earthl ink.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****@teluspl anet.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****@teluspl anet.net> wrote in message
news:lp******** *************** *********@4ax.c om...
"Morley" <ma*****@earthl ink.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*****@earthl ink.net> wrote in message
news:ev******** *********@newsr ead2.news.atl.e arthlink.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****@teluspl anet.net> wrote in message
news:lp******** *************** *********@4ax.c om...
"Morley" <ma*****@earthl ink.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*****@earthl ink.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
5210
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 appreciated. TIA
2
2449
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 sound crazy, but I wish to build a string array (which requires no user maintenance) of source file RCS version numbers! The idea is, I would like to be print the beggers out or operate on them at run time if I feel like it, by using a (maintenance...
5
3323
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 rightType;
12
9115
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? Thanks, Sitar.
9
1227
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 so learning VB 6 or VB.net does not mater... Is it easier or harder to learn VB.Net? I have made some simple apps with C Borland for like MANY years ago and I have made a Interne community using PHP script plus a web shopping cart with...
6
1980
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
1524
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 client v8.1 FP 5. This application has linked in objects some of which are Access tables and others are Db2 tables and views. ODBC is used for connectivity. When I run the mdb from the XP-Access2003-Db2v8 machine (also from Win2000 (version 5.0 SP...
3
3383
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 licence for Access 2007. Is there a version of VSTO that has the Access run-time licence for both version of Access? Or will I need to buy VSTO 2003 now and then VSTO 2007 at a later date? Thanks,
12
35734
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. ************** Exception Text ************** System.IndexOutOfRangeException: There is no row at position 0. at System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) at System.Data.DataRowCollection.get_Item(Int32 index) at...
0
8726
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8603
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7320
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6163
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2726
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 we have to send another system
2
1944
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1604
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.