How to convert your NexusDB program from local, embedded server to remote client/server!

Опубликовано: 04 Июль 2022
на канале: Delphi Programming Tutorials
176
4

Continuing from the previous NexusDB tutorial, we convert the local, embedded database to a client/server, remote application. It's not difficult at all. Plus, in the client/server model, you can run as many of the same application as you want. The local, embedded server will only serve up one application at a time.