473,385 Members | 1,356 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,385 software developers and data experts.

Access runtime version

Is the runtime version of Access for distribution, that is available with
the developer extensions a fully functional version of Access apart from the
ability to create, edit and code a database? I am particularly interested to
know if the Linked Table Manager will function, as I make use of this in one
of my applications as a way the user can reconnnect to the backend if they
should choose to move it to a different location after installation.

If it will not work can anyone point me in the direction of some code that
will duplicate the linked table manager. Someone posted such a link some
time ago but I have lost it?

Version of Access is 2003.

Thanks
Ian
Nov 13 '05 #1
7 2713
Take a look at http://www.mvps.org/access/tables/tbl0009.htm at "The Access
Web" for one approach.

To be honest, I don't know whether the Linked Table Manager works with the
runtime, but even if it does, I've never considered it to be a particularly
well designed interface.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"Ian Davies" <ia***************@virgin.net> wrote in message
news:2r****************@newsfe4-win.ntli.net...
Is the runtime version of Access for distribution, that is available with
the developer extensions a fully functional version of Access apart from
the
ability to create, edit and code a database? I am particularly interested
to
know if the Linked Table Manager will function, as I make use of this in
one
of my applications as a way the user can reconnnect to the backend if they
should choose to move it to a different location after installation.

If it will not work can anyone point me in the direction of some code that
will duplicate the linked table manager. Someone posted such a link some
time ago but I have lost it?

Version of Access is 2003.

Thanks
Ian

Nov 13 '05 #2
Thanks Douglas

That was the link I was looking for.
I have incorporated the code in my App and it works fine. However I noticed
that the DAO Object Library ref needs to be selected for the code to work. I
think this is not ticked by default. Is there a way of doing this in code to
save my users from getting an error message and having to select the missing
ref themselves?

Ian

"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
news:rN********************@rogers.com...
Take a look at http://www.mvps.org/access/tables/tbl0009.htm at "The Access Web" for one approach.

To be honest, I don't know whether the Linked Table Manager works with the
runtime, but even if it does, I've never considered it to be a particularly well designed interface.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"Ian Davies" <ia***************@virgin.net> wrote in message
news:2r****************@newsfe4-win.ntli.net...
Is the runtime version of Access for distribution, that is available with the developer extensions a fully functional version of Access apart from
the
ability to create, edit and code a database? I am particularly interested to
know if the Linked Table Manager will function, as I make use of this in
one
of my applications as a way the user can reconnnect to the backend if they should choose to move it to a different location after installation.

If it will not work can anyone point me in the direction of some code that will duplicate the linked table manager. Someone posted such a link some
time ago but I have lost it?

Version of Access is 2003.

Thanks
Ian


Nov 13 '05 #3
Ian Davies wrote:
Thanks Douglas

That was the link I was looking for.
I have incorporated the code in my App and it works fine. However I
noticed that the DAO Object Library ref needs to be selected for the
code to work. I think this is not ticked by default. Is there a way
of doing this in code to save my users from getting an error message
and having to select the missing ref themselves?


The ref travels with the file. If it is "checked" on your machine it will be
there on theirs.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #4
Thanks
Thats good to know
What is the difference between the DAO object library and the DAO
compatibility library. I am trying to establish which library would be the
best to select DAO 2.5/3.51 compatibility library, DAO 3.51 or DAO 3.6
Object library, for best compatibility with users computers (Ive had
problems with missing refs in the past and would like to eliminate this
happening again). The app works with the earlier 2.5 should I choose this as
it is the one most likely to be on most of the users computers as opposed to
the latter which may only be on machines with newer versions of Access or
those that have been regularly updated with MS downloads? or would it be
best to tick 3.6 and inform users that if there is problem they should
download latest DAO components?

Ian

"Rick Brandt" <ri*********@hotmail.com> wrote in message
news:nY****************@newssvr30.news.prodigy.com ...
Ian Davies wrote:
Thanks Douglas

That was the link I was looking for.
I have incorporated the code in my App and it works fine. However I
noticed that the DAO Object Library ref needs to be selected for the
code to work. I think this is not ticked by default. Is there a way
of doing this in code to save my users from getting an error message
and having to select the missing ref themselves?

The ref travels with the file. If it is "checked" on your machine it will

be there on theirs.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com

Nov 13 '05 #5
What version of Access are you using?

The DAO 2.5/3.51 Compatibility Library is only intended for use in Access 97
with databases created in earlier versions of Access.

DAO 3.51 is the "proper" library for use with Access 97, DAO 3.6 is the one
for Access 2000 and newer.

Realistically, all your users should be on the same SP as you. I realize
that's sometimes difficult, but you're far more likely to run into problems
if they aren't.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"Ian Davies" <ia***************@virgin.net> wrote in message
news:6l*****************@newsfe2-win.ntli.net...
Thanks
Thats good to know
What is the difference between the DAO object library and the DAO
compatibility library. I am trying to establish which library would be the
best to select DAO 2.5/3.51 compatibility library, DAO 3.51 or DAO 3.6
Object library, for best compatibility with users computers (Ive had
problems with missing refs in the past and would like to eliminate this
happening again). The app works with the earlier 2.5 should I choose this
as
it is the one most likely to be on most of the users computers as opposed
to
the latter which may only be on machines with newer versions of Access or
those that have been regularly updated with MS downloads? or would it be
best to tick 3.6 and inform users that if there is problem they should
download latest DAO components?

Ian

"Rick Brandt" <ri*********@hotmail.com> wrote in message
news:nY****************@newssvr30.news.prodigy.com ...
Ian Davies wrote:
> Thanks Douglas
>
> That was the link I was looking for.
> I have incorporated the code in my App and it works fine. However I
> noticed that the DAO Object Library ref needs to be selected for the
> code to work. I think this is not ticked by default. Is there a way
> of doing this in code to save my users from getting an error message
> and having to select the missing ref themselves?
>


The ref travels with the file. If it is "checked" on your machine it will

be
there on theirs.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Nov 13 '05 #6
What version of Access are you using?
Im using Access 2k but would like my Application to be available to users
who have any version of Access so I have also installed an old version of
Access (97) and have compiled a copy with this too.
I want to also compile a copy with Access 2k3 and distribute the 3 versions
to cover any senario.


The DAO 2.5/3.51 Compatibility Library is only intended for use in Access 97 with databases created in earlier versions of Access.
Would it be advisable to select different libraries for each app compiled
with the different versions of Access or should I just go for the 3.6?

DAO 3.51 is the "proper" library for use with Access 97, DAO 3.6 is the one for Access 2000 and newer.

Realistically, all your users should be on the same SP as you. I realize
that's sometimes difficult, but you're far more likely to run into problems if they aren't.
Could I distribute the DAO 3.6 with the application, or is this not allowed
by Microsoft?

I am thinking about getting the Developer extensions along with Access 2003
and distributing the app with the run time. Would this affect users who have
a full version of Access installed (such as 97 or 2000)?
I am new to trying to sell applications and would be interested to know what
developers usually do to try and make their apps compatible with as many
potential customers as possible.
I am actually a teacher but have developed some useful stuff that has helped
me with my administration chores. I would like to make them available to
other teachers and possible profit a bit from it.
Ian



--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"Ian Davies" <ia***************@virgin.net> wrote in message
news:6l*****************@newsfe2-win.ntli.net...
Thanks
Thats good to know
What is the difference between the DAO object library and the DAO
compatibility library. I am trying to establish which library would be the best to select DAO 2.5/3.51 compatibility library, DAO 3.51 or DAO 3.6
Object library, for best compatibility with users computers (Ive had
problems with missing refs in the past and would like to eliminate this
happening again). The app works with the earlier 2.5 should I choose this as
it is the one most likely to be on most of the users computers as opposed to
the latter which may only be on machines with newer versions of Access or those that have been regularly updated with MS downloads? or would it be
best to tick 3.6 and inform users that if there is problem they should
download latest DAO components?

Ian

"Rick Brandt" <ri*********@hotmail.com> wrote in message
news:nY****************@newssvr30.news.prodigy.com ...
Ian Davies wrote:
> Thanks Douglas
>
> That was the link I was looking for.
> I have incorporated the code in my App and it works fine. However I
> noticed that the DAO Object Library ref needs to be selected for the
> code to work. I think this is not ticked by default. Is there a way
> of doing this in code to save my users from getting an error message
> and having to select the missing ref themselves?
>

The ref travels with the file. If it is "checked" on your machine it
will be
there on theirs.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com



Nov 13 '05 #7
Access 97 should use DAO 3.5. Access 2000 and Access 2003 would both use DAO
3.6. However, recognize that the default file format for Access 2003 is
actually the Access 2000 format, so there's really no reason to have a
separate Access 2003 version.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"Ian Davies" <ia***************@virgin.net> wrote in message
news:kj*****************@newsfe2-win.ntli.net...
What version of Access are you using?


Im using Access 2k but would like my Application to be available to users
who have any version of Access so I have also installed an old version of
Access (97) and have compiled a copy with this too.
I want to also compile a copy with Access 2k3 and distribute the 3
versions
to cover any senario.


The DAO 2.5/3.51 Compatibility Library is only intended for use in Access

97
with databases created in earlier versions of Access.


Would it be advisable to select different libraries for each app compiled
with the different versions of Access or should I just go for the 3.6?

DAO 3.51 is the "proper" library for use with Access 97, DAO 3.6 is the

one
for Access 2000 and newer.

Realistically, all your users should be on the same SP as you. I realize
that's sometimes difficult, but you're far more likely to run into

problems
if they aren't.


Could I distribute the DAO 3.6 with the application, or is this not
allowed
by Microsoft?

I am thinking about getting the Developer extensions along with Access
2003
and distributing the app with the run time. Would this affect users who
have
a full version of Access installed (such as 97 or 2000)?
I am new to trying to sell applications and would be interested to know
what
developers usually do to try and make their apps compatible with as many
potential customers as possible.
I am actually a teacher but have developed some useful stuff that has
helped
me with my administration chores. I would like to make them available to
other teachers and possible profit a bit from it.
Ian



--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"Ian Davies" <ia***************@virgin.net> wrote in message
news:6l*****************@newsfe2-win.ntli.net...
> Thanks
> Thats good to know
> What is the difference between the DAO object library and the DAO
> compatibility library. I am trying to establish which library would be the > best to select DAO 2.5/3.51 compatibility library, DAO 3.51 or DAO 3.6
> Object library, for best compatibility with users computers (Ive had
> problems with missing refs in the past and would like to eliminate this
> happening again). The app works with the earlier 2.5 should I choose this > as
> it is the one most likely to be on most of the users computers as opposed > to
> the latter which may only be on machines with newer versions of Access or > those that have been regularly updated with MS downloads? or would it
> be
> best to tick 3.6 and inform users that if there is problem they should
> download latest DAO components?
>
> Ian
>
> "Rick Brandt" <ri*********@hotmail.com> wrote in message
> news:nY****************@newssvr30.news.prodigy.com ...
>> Ian Davies wrote:
>> > Thanks Douglas
>> >
>> > That was the link I was looking for.
>> > I have incorporated the code in my App and it works fine. However I
>> > noticed that the DAO Object Library ref needs to be selected for the
>> > code to work. I think this is not ticked by default. Is there a way
>> > of doing this in code to save my users from getting an error message
>> > and having to select the missing ref themselves?
>> >
>>
>> The ref travels with the file. If it is "checked" on your machine it will > be
>> there on theirs.
>>
>> --
>> I don't check the Email account attached
>> to this message. Send instead to...
>> RBrandt at Hunter dot com
>>
>>
>
>



Nov 13 '05 #8

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

Similar topics

3
by: John Phelan | last post by:
I was under the impression that if I package my software with Access Runtime and made certain that end-users opened my program with the "/runtime switch", they would be using MY installed version...
14
by: wolftor | last post by:
1) Is there a free runtime version of Access available that is more recent than the one for Access 2000? 2) If I create an application (MDE) in A2K, will it run on all later versions of Access?...
0
by: Neil Sargent | last post by:
This is a general posting of how I fixed a problem created by using the Access 97 ODE Setup Wizard on a Windows XP machine. I hope it helps anyone who comes across the problem saves them the 3 days...
7
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I...
11
by: Grasshopper | last post by:
Hi, I am automating Access reports to PDF using PDF Writer 6.0. I've created a DTS package to run the reports and schedule a job to run this DTS package. If I PC Anywhere into the server on...
3
by: Simple Man | last post by:
We have a citrix server that users will be signing into from a remote location. One application is an Access database. Right now, lan users are using the Access 2003 runtime to run these...
4
by: brooks | last post by:
I have an Access 97 app and the ADT and am considering selling it to the public. Is this viable? What issues might I have? I also have Access 2000 and could use that if it would be better. I...
5
by: B1ackwater | last post by:
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...
17
by: Neil | last post by:
A client of mine likes some of the new bells and whistles in Access 2007, and is thinking about converting our A03 format MDB to an A07 format file. However, while some of the users have A07, many...
10
by: Lou O | last post by:
I have been using Access 2007 for a number of months and have successfully deployed ACCDR files on many client machines. The client machines have the "free" Access runtime version installed. I...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.