473,670 Members | 2,563 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Re-link problem with Access 2007

6 New Member
Hi

I have recently helped somebody converting an Access application into an
Access (2002) front-end and an Oracle backend. It worked fine, until he
decided to install and use Access 2007 instead of Access 2002. Just while he
was changing Access version, I had to make one structural change in one table
in the Oracle DB. No sweat, I thought, just delete the link and link again.
This works perfectly well with Access 2002.

However, with Access 2007, the OLD table definition is coming through again
partially, no matter what I do. What I changed in that table in Oracle was
adding a field and making that new field the primary key. Now there is NO WAY
that Access 2007 will take this new field as PK when re-linking !!! It
INSISTS in keeping the PREVIOUS definition of the PK of that table, which was
another field ! Even when I remove the PK entirely in Oracle and re-link
again, Access 2007 does NOT ask for which field is the PK and uses the old
field as a PK !

Any idea how I can get rid of that "phantom" definition ?

Thanks for any hints...
Balex
Mar 12 '07 #1
4 2625
MMcCarthy
14,534 Recognized Expert Moderator MVP
Sorry Balex.

This sounds like the memory of the old index is being retained. The only think I can suggest is to run the compact and repair routine after deleting the old link and before importing the new link.

Mary
Mar 12 '07 #2
Balex
6 New Member
Sorry Balex.

This sounds like the memory of the old index is being retained. The only think I can suggest is to run the compact and repair routine after deleting the old link and before importing the new link.

Mary
Thought about that and did that already. Didn't help, unfortunately. I also stopped the Oracle server and restarted it, but no joy. Also re-booted the PC (one never kows...), but that had no effect either.

Balex
Mar 12 '07 #3
MMcCarthy
14,534 Recognized Expert Moderator MVP
OK Next idea.

Open the linked table manager and refresh all links. If that doesn't work try just ticking the new link and tick the always prompt for new location box.

Mary
Mar 12 '07 #4
Balex
6 New Member
OK Next idea.

Open the linked table manager and refresh all links. If that doesn't work try just ticking the new link and tick the always prompt for new location box.

Mary
I tried the link manager as well (for that one table), but I did not see the "always prompt for new location box", so that's definitively something to try !

Thanks a lot
Mar 12 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

4
6418
by: Craig Bailey | last post by:
Anyone recommend a good script editor for Mac OS X? Just finished a 4-day PHP class in front of a Windows machine, and liked the editor we used. Don't recall the name, but it gave line numbers as well as some color coding, etc. Having trouble finding the same in an editor that'll run on OS X. -- Floydian Slip(tm) - "Broadcasting from the dark side of the moon"
10
4212
by: James | last post by:
What is the best method for creating a Web Page that uses both PHP and HTML ? <HTML> BLA BLA BLA BLA BLA
1
3630
by: joost | last post by:
Hello, I'm kind of new to mySQL but more used to Sybase/PHP What is illegal about this query or can i not use combined query's in mySQL? DELETE FROM manufacturers WHERE manufacturers_id NOT IN ( SELECT manufacturers_id FROM products )
2
106603
by: sky2070 | last post by:
i have two file with jobapp.html calling jobapp_action.php <HTML> <!-- jobapp.html --> <BODY> <H1>Phop's Bicycles Job Application</H1> <P>Are you looking for an exciting career in the world of cyclery? Look no further! </P> <FORM NAME='frmJobApp' METHOD=post ACTION="jobapp_action.php"> Please enter your name:
1
13641
by: Brian | last post by:
I have an array like this: $events = array( array( '2003-07-01', 'Event Title 1', '1' //ID Number (not unique) ), array( '2003-07-02',
4
2485
by: Zachary Antolak | last post by:
I implemented a timer in my PHP page to see how long it takes to run. Here's the code: $this->start_time = microtime(); /* All the code */ $this->end_time = microtime(); $this->calc_time = ($this->end_time - $this->start_time); print "<tr><td colspan=\"5\">Calculated in: <b>"; printf("%." . $this->time_precision . "f", $this->calc_time); print " seconds</b></td></tr>\n";
3
5382
by: Dell Sala | last post by:
I have recently enabled the PHP 4.2.1 that comes pre-installed on OS X. After making all the prescribed changes to the httpd.conf file php seems to work fine. I would like to make some changes to the php.ini file, but I can't find it. phpinfo() tells me that it is in /usr/lib but don't see the file there (or anywhere else). Even after creating my own php.ini file in /usr/lib my changes aren't acknowledged on the phpinfo() page. ...
7
3686
by: Christoph Nothdurfter | last post by:
Hallo! I was wondering if my PHP4-Scripts will run under PHP5 (Haeven't tried the beta yet). Does anybody know? Thank you, -Christoph
2
2445
by: JDJones | last post by:
I'm using the following to generate a random quote on a PHP page and it works fine: <?php $quotes = 'quote #1'; $quotes = 'quote #2'; $quotes = 'quote #3'; $quotes = 'etc...'; srand ((double) microtime() * 1000000);
3
2506
by: sky2070 | last post by:
<?php Header("Content-Type: image/png"); $im = ImageCreate(100, 100); // Allocate a background color and a drawing color for the image $black = ImageColorAllocate($im, 0, 0, 0); $white = ImageColorAllocate($im, 255, 255, 255); /* Now to draw a dashed line from the upper left corner to the lower right corner */ ImageDashedLine($im, 0, 0, 99, 99, $white); // Print and destroy the image
0
8384
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8591
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
8659
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
7412
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
6212
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
4388
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2799
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
2037
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1791
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.