dbTalk Databases Forums  

Error 73

comp.databases.btrieve comp.databases.btrieve


Discuss Error 73 in the comp.databases.btrieve forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Roland Wolfs
 
Posts: n/a

Default Error 73 - 07-12-2004 , 03:19 PM






After creating a trigger on file "FILENAME", I get the following error when
I try to re-access that file.

ODBC Error: SQLSTATE = S1000, Native error code = 0
Unable to open table: "FILENAME".
The RI definition is out of sync(Btrieve Error 73)
--
After physically removing the file from the disk, I can recreate it again,
and access it again - trigger remains in the system.

Roland



Reply With Quote
  #2  
Old   
Leonard
 
Posts: n/a

Default Re: Error 73 - 07-14-2004 , 10:32 PM






The trigger is probably not going to be fired.
Let me know if it works, but I do not expect it to.

When you created the trigger it bound that file to the database so
that the database engine knows to fire triggers, check RI constraints
(foreign table constraints), etc.
If you just recreate the file (Btrieve API?) it would not be bound to
the database so I would not expect the trigger to fire.

The status 73 meant that the file as already populated violated one of
the SQL foreign key constraints. For more information you can run the
Check Database Wizard on the database and it can check and report the
constraint violations.

Leonard

On Mon, 12 Jul 2004 22:19:53 +0200, "Roland Wolfs"
<r.wolfs (AT) rw-software (DOT) com> wrote:

Quote:
After creating a trigger on file "FILENAME", I get the following error when
I try to re-access that file.

ODBC Error: SQLSTATE = S1000, Native error code = 0
Unable to open table: "FILENAME".
The RI definition is out of sync(Btrieve Error 73)
--
After physically removing the file from the disk, I can recreate it again,
and access it again - trigger remains in the system.

Roland

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.