> Could Gears be used in a way where a user could hit a webserver on
their intranet and save data to that computer in a Gears database?
Yes.

You as an application developer can implement an HTTP based
protocol that provides access to the "small Access database" thru the
server software that is installed in the company webserver.

The client portion of the webapp can use Xhr or Gears.HttpRequest to
read the small Access database by way of that HTTP protocol, and then
write whatever it likes into a local Gears.Database.


On Thu, Sep 25, 2008 at 8:40 AM, MTempsNH <[EMAIL PROTECTED]> wrote:

>
> I currently have a small browser based application which users install
> on their company webserver. The application uses a small Access
> database to store employee scores on various tests which are served
> over their intranet.
>
> With 64-bit servers becoming more prominent in the market place and
> Microsoft essentially abandoning the Jet database drivers required to
> use Access databases this way, I am now looking for a replacement
> method to continue storing these employee scores. I obviously don't
> need all the functionality of a SQLServer or another larger database,
> along with all the installation issues. As the previous version of the
> application have all been customer installable.
>
> Could Gears be used in a way where a user could hit a webserver on
> their intranet and save data to that computer in a Gears database?
>
> Thanks in advance for your help.
>
> -Mark
>

Reply via email to