A
A
animr2015-05-26 22:02:55
Delphi
animr, 2015-05-26 22:02:55

How to connect via the Internet to the dbf database on a remote computer?

The essence of the problem is as follows:
I wrote a program in Delphi, working with the Base *.dbf is not a DBMS, tables are stored in the folder with the program as files (I don’t know how else to describe it). It's like a server part))).
Now I need to access these tables from the client side of the program via the Internet.
What ideas would you give? how can this problem be solved? Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey, 2015-05-29
@HaJIuBauKa

Convert all data to a normal database (if DELPHI, then FireBird is easier) - then just synchronize everything from your application on the server.

S
sim3x, 2015-05-26
@sim3x

Three-tier architecture
Client: receives data from the server and shows
Server: receives requests from the Client, accesses the database, processes intermediate data, ..
DB: a place for structured storage
// run away from delfey faster into the world of the living

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question