I have a Microsoft SQL Server Master Database File from a proprietary program that I need to access using LibreOffice Base.
My research got me this far:
- I installed a JDBC (Java DataBase Connectivity) driver for Microsoft SQL Server downloaded from Microsoft.
- I installed a Java Runtime Environment (JRE) downloaded from Java, taking care to choose the 64-bit version.
- I started the LibreOffice new database wizard to create an ODB (OpenDocument dataBase file) database connected to the Microsoft SQL Server Master Database File, helped by this tutorial: LibreOffice Base: Connect to any kind of database - Prahlad's Knowledge Wiki
- Step 1 in the Database Wizard was easy: ‘Select “Connect to an existing database” radio button, and then select JDBC from the dropdown’ as instructed in the tutorial.
- But step 2 ‘Set up JDBC connection’ has me stumped. The writer of the tutorial uses Unix and his example dialogue box is for SQLite. I use Windows and need to connect to Microsoft SQL. What do I enter in the two fields in the dialogue box of step 2?? This is the dialogue box of the tutorial: https://sites.google.com/site/prahladswiki/_/rsrc/1478663140978/tutorials/libreoffice-base-connect-to-any-database/lo_jdbc.png