Hi everyone
I'm attempting to write a client / server program with the following specifications.
The client will run a stand alone interbase server, which will save a price list of hardware components.
I wish for the client to periodically connect to a server on the internet and download any updated prices from the remote database.
I've thought of 3 possible ways of doing this.
1. Hosting the interbase server directly on the net and simply accessing it via its fixed IP address. Obviously issues such as speed of SQL queries and security will have to be addressed.
2. On the server side, simply have a text file with the updated prices ready for download by the clients (comma delimted). I was thinking of simply user a TCP server/client component.
3. I've heard of these AstaTech components which interface directly with interbase query and table components, they also have built in encryption.
Are these my only potential options?
Is there perhaps a better and more efficient way?
Am I missing any major drawbacks or disadvantages?
Thanks!!
Antony
Delphi Programmer (a change from VB...)
I'm attempting to write a client / server program with the following specifications.
The client will run a stand alone interbase server, which will save a price list of hardware components.
I wish for the client to periodically connect to a server on the internet and download any updated prices from the remote database.
I've thought of 3 possible ways of doing this.
1. Hosting the interbase server directly on the net and simply accessing it via its fixed IP address. Obviously issues such as speed of SQL queries and security will have to be addressed.
2. On the server side, simply have a text file with the updated prices ready for download by the clients (comma delimted). I was thinking of simply user a TCP server/client component.
3. I've heard of these AstaTech components which interface directly with interbase query and table components, they also have built in encryption.
Are these my only potential options?
Is there perhaps a better and more efficient way?
Am I missing any major drawbacks or disadvantages?
Thanks!!
Antony
Delphi Programmer (a change from VB...)