Features use ODBCAccessDataService
ODBCAccessDataService
is service data, represents the implementation of ODBCDataService, optimized for data access DBMS Access.
When specifying ODBCAccessDataService as a service data string is used
ICSSoft.STORMNET.Business.ODBCAccessDataService, ICSSoft.STORMNET.Business.ODBCDataService
.
features of use
- The connection string used ODBCAccessDataService lines
Driver={Microsoft Access Driver (*.mdb)};Dbq=D:\Temp\Flexberry.mdb;
(in this example, the connection will be made to the database “Flexberry.mdb” located on my way “D:\Temp").
- Due to the version of the driver, work with ODBCAccessDataService is only possible in applications that are compiled for x86.