"Run-time error - 3219 Invalid Operation (1 Viewer)

Gasman

Enthusiastic Amateur
Local time
Today, 19:09
Joined
Sep 21, 2011
Messages
14,310
What I wanted to do is; remove all linked tbl in FE and once the db starts up, it should RE-LINK all the tbls from BE.
One of the links I posted did exactly that.
 

CJ_London

Super Moderator
Staff member
Local time
Today, 19:09
Joined
Feb 19, 2013
Messages
16,615
What I wanted to do is; remove all linked tbl in FE
if you remove all linked tables, then you cannot use the tabledefs as a reference for relinking
 

Ashfaque

Student
Local time
Today, 23:39
Joined
Sep 6, 2004
Messages
894
if you remove all linked tables, then you cannot use the tabledefs as a reference for relinking
Thats the correct point you catch CJ.....Thanks,

So what is the solution to this...any alternate?
 

Gasman

Enthusiastic Amateur
Local time
Today, 19:09
Joined
Sep 21, 2011
Messages
14,310
Thats the correct point you catch CJ.....Thanks,

So what is the solution to this...any alternate?
Read that link I posted in #12 perhaps? :(
They stored the linked tables in a table of their own, by reading the tables in the BE.
You could just manually add your table names to your own table and use that to create the links.

Really a waste of my time finding you options, if you cannot be bothered to read them. :mad:
They might not be *exactly* what you want, but should go a good way to show you what you need to do?
 
Last edited:

Gasman

Enthusiastic Amateur
Local time
Today, 19:09
Joined
Sep 21, 2011
Messages
14,310
if you remove all linked tables, then you cannot use the tabledefs as a reference for relinking
Which highlights the fact you never walked through your code? :(
 

CJ_London

Super Moderator
Staff member
Local time
Today, 19:09
Joined
Feb 19, 2013
Messages
16,615
So what is the solution to this...any alternate?
Since the code provided by @Gasman works for me (different be, different tables, different password) still says there is something wrong with your setup. I note you haven’t said wether you have compacted or decompiled/recompiled

alternative- do it manually
 

Users who are viewing this thread

Top Bottom