Hi!
We start a DBFServer and connect with them using com.hxtt.sql.dbf.DBFDriver. All Right!
But, I doubt if it is not better to use RemoteDriver for this scenarios.
If this is correct, can you provide to me with examples of use of RemoteDriver? I can't find examples into documentation.
Thnaks!
|
If you're using local driver, shared maped driver, or samba driver, you can use direct access mode.
If you use a embedded jdbc url, HXTT driver will use embedded mode (access directly).
If you use a remote jdbc url, HXTT driver will try remote access mode.
|