Linking to multiple Backends (2 Viewers)

JACKSON

Registered User.
Local time
Today, 00:47
Joined
Dec 22, 2003
Messages
79
Hi,

Has anyone every had a problem linking a frontend database to multiple backends ? I have a FE / BE database, and would like to split out a table or two into their own databases due to file size reasons. It seems to work fine, but I thought I would just ask if anyone have ever had a problem doing this in the past (i.e.e issues with ldb files ect... ??

Thanks
 

Keith P

Registered User.
Local time
Today, 00:47
Joined
Oct 11, 2000
Messages
122
Hi
I've run an app linked to 3 b/e dbs for several years without any problems. You should be fine.
 

JACKSON

Registered User.
Local time
Today, 00:47
Joined
Dec 22, 2003
Messages
79
Ok

Thanks !
 

Pat Hartman

Super Moderator
Staff member
Local time
Yesterday, 19:47
Joined
Feb 19, 2002
Messages
43,444
Splitting into multiple be's is fine. Just be aware that you cannot enforce RI across databases so make sure that logical groups of tables are stored in the same be so that RI can be enforced.
 

Users who are viewing this thread

Top Bottom