C
Chris W
Hi All
We all know that attempting to run a split FE/BE (with the backend as a MDB)
across anything other than a LAN is not a good idea, but if the backend is a
SQL Server (or similar), are there the same issues if the FE is via linked
tables using ODBC and the connection is unstable (e.g. Wi-fi, internet) -
assuming of course that the system is coded so that all updates are passed
back to the server?
Or would it be better to not have any links at all, and do the whole lot via
ADO and XML - although from what I can see, there would be a lot more
development effort in this solution
Any comments or thoughts would be welcome
We all know that attempting to run a split FE/BE (with the backend as a MDB)
across anything other than a LAN is not a good idea, but if the backend is a
SQL Server (or similar), are there the same issues if the FE is via linked
tables using ODBC and the connection is unstable (e.g. Wi-fi, internet) -
assuming of course that the system is coded so that all updates are passed
back to the server?
Or would it be better to not have any links at all, and do the whole lot via
ADO and XML - although from what I can see, there would be a lot more
development effort in this solution
Any comments or thoughts would be welcome