Standard EXE vs. COM-Based application
Hi,
I have many computers that connect to each others in a LAN and WAN network. In that network I have a server and a database server. I would like to build an application that allow users retreive and update data on the servers from/to their computer. But I don't know what solution should I choose in the following solutions:
1. I should build a standard EXE that can connect to the Database server from remote machine and then deloy it on the other computers.
2. I should build a client-server COM-based Application that have server components (deloy on server) and client components (deloy on client).
Could you please give me an idea? and tell me what is benefit that I can get from these solutions? What is difference from these solutions?
Thanks in advance,
Trung Luu