Humble Greetings,
I'm a programmer - new to DBing.
Through ODBC, we're using an Access .mdb as our primary DB but plan to migrate to a more robust SQL server eventually. So far my application uses ADO/ODBC and simple SQL statements.
To be brief, I'd like to "mirror" [certain tables on] a "remote" DB "locally". A few tables should not be mirrored locally. Those tables, and only those tables, are changed locally - their contents flushed to the Primary DB, whenever it's available.
Are methods for "mirroring" implementation-specific (MySQL vs Oracle vs MsAccess)? Can I "brute-fore" this with a reltively primitive set of SQL commands?
This question is longer than I wanted - any help/insight is appreciated!
Regards
I'm a programmer - new to DBing.
Through ODBC, we're using an Access .mdb as our primary DB but plan to migrate to a more robust SQL server eventually. So far my application uses ADO/ODBC and simple SQL statements.
To be brief, I'd like to "mirror" [certain tables on] a "remote" DB "locally". A few tables should not be mirrored locally. Those tables, and only those tables, are changed locally - their contents flushed to the Primary DB, whenever it's available.
Are methods for "mirroring" implementation-specific (MySQL vs Oracle vs MsAccess)? Can I "brute-fore" this with a reltively primitive set of SQL commands?
This question is longer than I wanted - any help/insight is appreciated!
Regards