Hello!
Is there any way to share database in client/server application from server to client? I've found in SDK some reasonable function for RDBs called ShareProtected(): "Creates a session handle that can be be passed via IPC to another process as well as being shared by other threads in the current process". But I'm doubt what I've to do next and how can I use this function.
Give me some advice please.
Thanks in advance

Reply With Quote

