EQL vs. MSSQL linked tables
Updated 2009-09-24 | Filed under Geosync | PDF
Question
How is EQL different from MS SQL linked tables?
Answer
EQL is actually a separate question from linked tables. If your database
contains linked tables, it can still work with Geosync. You don't need to
use an MS SQL server, but we still suggest you split your database into
frontend and backend .mdb, which is standard practice.
Geosync replicates the data (makes copies) rather than relocates the data to an external database, like you would do with MS SQL.
By not linking your tables to an external database engine, EQL keeps several advantages:
- With EQL, you can keep using all the table design views and wizards that make Access great.
- You never have to learn or code any SQL (such as CREATE TABLE) commands.
- The database "backend" and "frontend" are never out of sync.
- You can keep the whole database in a single file, and that file will work on any computer, even when you're not on the Internet.
Related Articles
- Geosync Frequently Asked Questions (FAQ) (0.558133696286)
- EQL Access Geosync - User Guide (0.506209011631)
- Installing Geosync (0.492312679214)
- Geosync vs. LAN performance (0.491325735385)
Unrelated Articles
- How EQL OnWeb Works Part 1 (0.120126707788)
- Database Comparisons (0.147509590975)
- How OnWeb Works Part 2 (0.191342005622)
- Fonts supported by EQL OnWeb (0.211996542038)