Examples Delphi

Question:
My dataset works fine when only one client connects to the
dataset; What do I have to do in order to make it work for
multiple clients?
Answer:
For your TSession component, set AutoSessionName to True and
for your TDatabase component, set HandleShared to True.