Hi Fran123
I suggest you to use the SQLODBCS.EXE utility from the "Program Files\Fujitsu NetCobol for Windows" folder.
When you need to connect a database (MsAccess included) using embedded sql, the runtime read some information from the file generated using this utility.
Then, in the COBOL85.CBR configuration file, put a line like: @ODBC_INF=name_of_inf_file.INF,
The "name_of_inf_file.INF" file is generated using the utility above.
Hope in this help
Gianni