473,396 Members | 2,147 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,396 software developers and data experts.

Problem with RefreshLink (FE/BE)

I have front end that links to table in a back end. The BE may be moved at
some point so I tried to set up a form where users could update the Link in
the FE. However when I try to refresh the link I get the following error.

Could not find installable ISAM.

the code is

Dim dbs As DAO.Database, tdf As DAO.TableDef
Dim NewConnection As String

Set dbs = CurrentDb
Set tdf = dbs.TableDefs("tSavedLines")

NewConnection = "DATABASE=" & iLink (ilLink is the full path to and
name of the BE mdb file)
tdf.Connect = NewConnection
tdf.RefreshLink

Feb 2 '07 #1
1 2719
On Feb 2, 3:35 pm, "Karl" <some...@sbcglobal.bizwrote:
I have front end that links to table in a back end. The BE may be moved at
some point so I tried to set up a form where users could update the Link in
the FE. However when I try to refresh the link I get the following error.

Could not find installable ISAM.

the code is

Dim dbs As DAO.Database, tdf As DAO.TableDef
Dim NewConnection As String

Set dbs = CurrentDb
Set tdf = dbs.TableDefs("tSavedLines")

NewConnection = "DATABASE=" & iLink (ilLink is the full path to and
name of the BE mdb file)
tdf.Connect = NewConnection
tdf.RefreshLink

Start by adding a semi-colon ";" before DATABASE= example
(";DATABASE=...")
If not, try searching the group for the error message and see if there
are other cases similar to yours with solutions.

Feb 4 '07 #2

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

Similar topics

117
by: Peter Olcott | last post by:
www.halting-problem.com
1
by: Wayne Aprato | last post by:
The following code which automatically reconnects a database backend by Peter Vukovic works well except for one minor glitch. On the first opening of the frontend, a message box appears saying that...
1
by: Matthew Wells | last post by:
Hello, I'm still trying to get this to work. I'm using Access tabledefs to connect to AS400. I need to refresh the existing links to different AS400 machines (same tablenames). I need a...
6
by: RBohannon | last post by:
I'm using Access 2000. I have a DB with 19 tables, and I have just split it. When I look in the back end, all 19 tables are there. However, only 17 of them in the front end are actually linked to...
28
by: Jon Davis | last post by:
If I have a class with a virtual method, and a child class that overrides the virtual method, and then I create an instance of the child class AS A base class... BaseClass bc = new ChildClass();...
5
by: Tom van Stiphout | last post by:
Office 2003 (but may also occur on others). Create new Excel file. Enter a column of data like this: Column1 aaa bbb ccc ddd eee 111
23
by: cmd | last post by:
I use the following code (behind a command button on the FE) to relink from a user's local copy of the BE to the file-server's BE on our LAN. I use this, for example, when a person brings in their...
0
by: mathewgk80 | last post by:
HI all, I am having popup calendar Javascript code. But i dont know how it is connecting to asp.net code.. I am using asp.net,c#.net and also using 3tier architecture with master page.... I...
4
by: Mike | last post by:
I have a multiuser access database to which I have split into fe & be. The system refreshes the links at each log-on between the fe & be automatically via code. PROBLEM: Locally it runs...
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
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: 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...
0
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...
0
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
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
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,...

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.