Re: Access SQL Server Express over the Internet
- From: yannis <none@xxxxxxxxxx>
- Date: Mon, 29 Oct 2007 10:48:56 +0200
Arthur Hoornweg brought next idea :
danny heijl wrote:
us advantages of any xml/rpc or soap or home-brew xml solution:
- decoupling of the front end and back-end. You can change one end without having to change the other end => less deployment problems when upgrading
- you don't have to configure database connections and database middleware on the clients => less deployment problems
- you can add any logic at the back-end that you like
- you can do content-checking at the back-end to increase security
- you can aggregate several result sets into a single request if round-trip time becomes a problem
How about the tons of data-aware components that are around?
Are they still usable? Is in-place editing in dbgrid's still possible?
If implented corectly yes, you can use all this. You can simply get any XML based result and inserted in a memory dataset like ClientDataset or kbmMemTable. When you have finised editing a row the you could just post the changes back on a before post event and issue a an abort if this fails or let the post complete if everything is OK.
Regards
Yannis.
.
- References:
- Access SQL Server Express over the Internet
- From: PeteDaMeat
- Re: Access SQL Server Express over the Internet
- From: danny heijl
- Re: Access SQL Server Express over the Internet
- From: Helmut Woess
- Re: Access SQL Server Express over the Internet
- From: danny heijl
- Re: Access SQL Server Express over the Internet
- From: Arthur Hoornweg
- Access SQL Server Express over the Internet
- Prev by Date: Re: ADO over Vista
- Next by Date: Re: Access SQL Server Express over the Internet
- Previous by thread: Re: Access SQL Server Express over the Internet
- Next by thread: Re: Access SQL Server Express over the Internet
- Index(es):