Share *.mdb with UniConnection

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mdsf
Posts: 1
Joined: Sat 26 Jan 2013 08:00

Share *.mdb with UniConnection

Post by mdsf » Sat 26 Jan 2013 08:22

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.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Share *.mdb with UniConnection

Post by AlexP » Mon 28 Jan 2013 10:31

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.

Post Reply