473,721 Members | 2,196 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

&Relationshi ps Bug - workaround

ACCESS 2000

Just a quick note to leave for future developers.
This problem has been well documented in previous posts, but this little
trick may help future poor souls.

The error is when you try to import a database. I have learned that it is
possible to cure corruption of databases by creating a new mdb, and
importing all the objects from the misbehaving mdb into it.

However, a problem can occur when doing the import process, the current
object name being imported, gets "stuck" at an object called &Relationshi ps.

It hangs , and when you 'break', you find that no forms have been imported,
and you cannot import any forms. If you have just done a days work, and you
find none of your forms is accessible, its a bit disheartening to say the
least.

In a desparate attempt not to have to re-work an extra day, I went back to
the original (corrupt) mdb. I opened each form in design view, and saved it
again under another name. I then found, that I could import the re-saved
forms, without the error occurring.

For what its worth, after 6 years of access development, this is the last
major project I am going to do in Access. I have had so many stupid
corruptions, slow operations, bugs, workarounds, that I am investigating
either VB.net or Delphi as my development environment. I have already gone
exclusively to MS-SQL as a back end, that cured many of the miseries
associated with using mdb's as data repositories. Despite some comments to
the contrary I have read, ADODB, in conjunction with Stored procedures has
ben an inherently reliable and speedy solution for me. I am not here to
justify my opinion or defend my point of view, but if anyone else finds
themselves in the same boat, just know you are not alone!

Nov 13 '05 #1
1 1610
Thank you for the information. Could part of the problem have been
associated with this?

http://support.microsoft.com/kb/304548/
--
Wayne Morgan
MS Access MVP
"Ray Watson" <rw*****@oztell .com> wrote in message
news:df******** **@nnrp.waia.as n.au...
ACCESS 2000

Just a quick note to leave for future developers.
This problem has been well documented in previous posts, but this little
trick may help future poor souls.

The error is when you try to import a database. I have learned that it is
possible to cure corruption of databases by creating a new mdb, and
importing all the objects from the misbehaving mdb into it.

However, a problem can occur when doing the import process, the current
object name being imported, gets "stuck" at an object called
&Relationshi ps.

It hangs , and when you 'break', you find that no forms have been
imported,
and you cannot import any forms. If you have just done a days work, and
you
find none of your forms is accessible, its a bit disheartening to say the
least.

In a desparate attempt not to have to re-work an extra day, I went back to
the original (corrupt) mdb. I opened each form in design view, and saved
it
again under another name. I then found, that I could import the re-saved
forms, without the error occurring.

For what its worth, after 6 years of access development, this is the last
major project I am going to do in Access. I have had so many stupid
corruptions, slow operations, bugs, workarounds, that I am investigating
either VB.net or Delphi as my development environment. I have already gone
exclusively to MS-SQL as a back end, that cured many of the miseries
associated with using mdb's as data repositories. Despite some comments to
the contrary I have read, ADODB, in conjunction with Stored procedures has
ben an inherently reliable and speedy solution for me. I am not here to
justify my opinion or defend my point of view, but if anyone else finds
themselves in the same boat, just know you are not alone!

Nov 13 '05 #2

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

Similar topics

0
2421
by: Thomas Scheffler | last post by:
Hi, I runned in trouble using XALAN for XSL-Transformation. The following snipplet show what I mean: <a href="http://blah.com/?test=test&amp;test2=test2">Test1&amp;</a> <a href="http://blah.com/?test=test&amp;amp;test2=test2">Test2&amp;amp;</a> This results in the following HTML Code:
3
2603
by: Tim Marshall | last post by:
I would swear that when I developed in A97, I could change the back colour of a form. However, in Windows XP, on both A97 and A2003, there no longer is a property showing in the format tab for form properties for a back colour. I think the themed control idea is pretty good in that a developer can really go out on a limb if s/he chooses all kinds of fancy background colours for his/her app since colours selection is a very subjective...
6
3079
by: GaryDave | last post by:
My school registration database has not been quite right after a recent compact and repair (done while I was away). Though most of the many forms and subforms are working normally, one form in particular will no longer allow new entries into the subform - the recordset of the underlying query is no longer updatable. The subform in question enters the identity and other vital info for children whose parent's ID provides the FK, linking...
27
3843
by: Daniel Vallstrom | last post by:
I'm having problems with inconsistent floating point behavior resulting in e.g. assert( x > 0.0 && putchar('\n') && x == 0.0 ); holding. (Actually, my problem is the dual one where I get failed assertions for assertions that at first thought ought to hold, but that's not important.) At the end is a full program containing the above seemingly
8
2810
by: Nathan Sokalski | last post by:
I add a JavaScript event handler to some of my Webcontrols using the Attributes.Add() method as follows: Dim jscode as String = "return (event.keyCode>=65&&event.keyCode<=90);" TextBox2.Attributes.Add("onKeyPress", jscode) You will notice that jscode contains the JavaScript Logical And operator (&&). However, ASP.NET renders this as &amp;&amp; in the code that is
1
989
by: Kyle K. | last post by:
I'll put what I'm trying to accomplish in the context the Northwind Database. I have a DataSet defined in my application (NorthwindDataSet), that has the Customers, Orders, & OrderDetails tables defined within it. I need to create a new Order record, that has several OrderDetails records, for a *new* Customer. What I would like to do is create the required Customers record and all
3
2795
by: Swinky | last post by:
I hope someone can help me...I haven't got a clue how to do this. I have a table with several one-to-many relationships. One of the related tables has it's own one-to many relationships as well. I would like to copy a record when I am in a form and append it to the last record. To make it more complicated, I have an auto-number (primary key) on the main table and some of the related tables also. I can't do what I want to do using...
1
1458
by: cricket7 | last post by:
I think I figured out my tables and relationships. Tables: Table 1 tblTowedVehicles fldTowID fldReportDate fldReportTime fldlReportNumber
0
8730
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,...
0
9367
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9215
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...
0
9064
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
8007
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
6669
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
5981
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
3189
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
2576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.