Re: Pound sign in Access generates an error
From: Steve Schapel (schapel_at_mvps.org.ns)
Date: 12/10/04
- Next message: Rick Brandt: "Re: Base several fields on 1 field in a form?"
- Previous message: Lynn Trapp: "Re: Activate event, testing when triggered ?"
- In reply to: Gaby: "Pound sign in Access generates an error"
- Next in thread: Ken Snell [MVP]: "Re: Pound sign in Access generates an error"
- Reply: Ken Snell [MVP]: "Re: Pound sign in Access generates an error"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 11 Dec 2004 06:45:48 +1300
Gaby,
This sort of thing is normally a symptom of data corruption. It sounds
like this is happening frequently, so you will need to investigate the
cause. I was not able to reproduce the problem by simply inserting
"#Error" into a table, memo data type or otherwise. And there is no
restriction to the use of the # character in Access data.
There is some good information aout corruption at
http://www.granite.ab.ca/access/corruptmdbs.htm
The only way I know of to remove the corrupt record is to make a new
table, run an Append query from the existing table into the new table
for all records prior to the corrupt one, and then another append query
for all records following the corrupt one, and then delete the original
table and rename the new one to the old name.
-- Steve Schapel, Microsoft Access MVP Gaby wrote: > We are having a Access Database (v 2003) which contains number, text and > memo field types. There is a record in the database that contains the string > "#Error" (without the quotes) for a memo field. This gives a problem when you > use this data in a DTS package for datatransformation. Opening the tabel and > selecting the "#Error" record results in the following error message: > > The Microsoft Jet database engine stopped the process because you and > another user are attempting to change the same data at the same time. > > Inserting the string "#Error" in a memo reproduces the error. We have't > found a way to remove the record containing the "#Error". The record > containing the "#Error" string is inserted in the Access database via a C# > program. > > Does anyone know if there is a way to remove the records containing "#Error"? > Is the usage of the #-sign in Access allowed in columns memo field? > > Regards.
- Next message: Rick Brandt: "Re: Base several fields on 1 field in a form?"
- Previous message: Lynn Trapp: "Re: Activate event, testing when triggered ?"
- In reply to: Gaby: "Pound sign in Access generates an error"
- Next in thread: Ken Snell [MVP]: "Re: Pound sign in Access generates an error"
- Reply: Ken Snell [MVP]: "Re: Pound sign in Access generates an error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|