T
Terry Olsen
I have an app that uses an MDB file as it's database. I want to run the app
on 3 different computers but use the same database. I tried putting the
database on a server share and configuring each app to point to the file,
but found that this is less than reliable.
Since I cannot configure the app to use SQL server, I'm wondering if there's
a way that I could create an MDB "gateway", so to speak, that would pass
everything through to the SQL server (updates, inserts, selects, etc).
Any help is greatly appreciated. Thanks.
on 3 different computers but use the same database. I tried putting the
database on a server share and configuring each app to point to the file,
but found that this is less than reliable.
Since I cannot configure the app to use SQL server, I'm wondering if there's
a way that I could create an MDB "gateway", so to speak, that would pass
everything through to the SQL server (updates, inserts, selects, etc).
Any help is greatly appreciated. Thanks.