Page 1 of 1

Share *.mdb with UniConnection

Posted: Sat 26 Jan 2013 08:22
by mdsf
Hello there.

Sorry for my badglish (I'm from Kazakhstan).

I can't understand how to connect two computers using the "UniConnection" component :(
I need realize this scheme: in the first computer (10.0.1.10) has stored and used in mode "read/write" the mdb file. And there is the second computer (10.0.1.20) which has connected to first for read-only information from the mdb file. What components is needed and how exactly use them? And do you have any demos with samples which can help me?

Note: I don't need share the mdb file, I need to use the client-server architecture (with setting IP and PORT) in my application.


Thanks in advance.

Re: Share *.mdb with UniConnection

Posted: Mon 28 Jan 2013 10:31
by AlexP
Hello,

MS Access is a local file DB, therefore it is impossible to connect to it directly using the TCP/IP technology via address or port, in contrast to other server DBs. For access to the DB file, you should share access to the folder with this file.