Support for non-Access .mdb files (i.e. JET databases)
Updated 2009-09-24 | Filed under API | PDF
Question
I don't care about Access forms, queries, and reports. Can EQL Data simply publish the data from my .mdb files directly to the web?
Answer
The command-line tool eql.exe can be used to sync a .mdb file with the server. If you run the command:
eql.exe sync --file="C:\path\to\your_database.mdb" --server=http://eqldata.com
then the data in your file will be published on the web. Your local database
will also be updated with any new data that has been copied to the server from
other sources.
You can find eql.exe in the same location you installed the plugin,
C:\Program Files\EQL Access Plugin by default. You still need to have
Access installed on the machine when you run eql.exe.
Related Articles
- Setting sync frequency (0.592003273469)
- Remote Access to your Access Application (0.481212983655)
- Embed Microsoft Access Forms Online (0.471266697498)
- EQL Access OnWeb Technology Overview (0.467174910171)
Unrelated Articles
- How EQL OnWeb Works Part 1 (0.108512698031)
- Fonts supported by EQL OnWeb (0.197765201881)
- Database Comparisons (0.201477590299)
- How OnWeb Works Part 2 (0.214506126829)