There are several ways to open Lotus files in Database Tour:
- Opening by specifying file name. Select ADO interface, then choose File option and then browse for the needed file.
- Opening by specifying folder name. Select ADO interface, then choose Folder option, select a driver from the drop-down list, and then browse for the needed folder with Lotus files.
- Opening through connection string. Select ADO interface, then choose Connection string option and write a connection string. This way is very flexible and allows to specify many additional parameters in the connection string and override standard Database Tour connection behavior. It is recommended for advanced users. Here are basic connection strings (more examples and details can be found in the Internet):
Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties="Lotus WJ2;DATABASE=C:\MyLotusFolder";
Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties="Lotus WK1;DATABASE=C:\MyLotusFolder";
Notes
- This database type is supported in 32-bit version only.
- Microsoft Jet OLE DB provider must be installed.
Hints
- Each Database Tour edition has both 32-bit and 64-bit versions. You can install both and use them depending on what type of database you need to work with.
See also