When I connect to a directory in direct mode
The DBF files are opened exclusively.
1) How to open DBF in shared mode.
2) Can you open tables with indices cdx?
3)Why is it all connected to the directory when all DBFs are read?
adsconect.active:= true -> read all dbf in directory
DBF acess shared error in direct mode
Re: DBF acess shared error in direct mode
1. That's true, currently UniDAC works with DBF only in Exclusive Mode. We will consider a possibility of implementing Shared Mode when working with DBF in the next UniDAC version.
2. UniDAC supports CDX-indexes. If *.dbf and *.cdx files names are the same, then UniDAC will use this index automatically.
3. UniDAC when working with DBF opens all *.dbf files in the selected directory. It is necessary for implementation of the ability to access data of several tables in one SQL query
2. UniDAC supports CDX-indexes. If *.dbf and *.cdx files names are the same, then UniDAC will use this index automatically.
3. UniDAC when working with DBF opens all *.dbf files in the selected directory. It is necessary for implementation of the ability to access data of several tables in one SQL query
-
rcsanchezm
- Posts: 1
- Joined: Mon 26 Jun 2017 02:31
Re: DBF acess shared error in direct mode
Hi,
Do you have a solution for connect with DBF in shared mode?
Do you have a solution for connect with DBF in shared mode?
Re: DBF acess shared error in direct mode
We are working on Shared Mode implementation when using DBF. We will inform you about the results in the nearest future.