YungBricoCoop / filemaker-odbc-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use ODBC with Python to connect to FileMaker Database

Before using python to connect to your FileMaker database you need to follow these steps

1) Install the ODBC driver

Download driver : https://support.claris.com/s/article/Software-Update-FileMaker-xDBC-client-drivers-for-FileMaker-1503692806454?language=en_US

Driver Location : C:/Users//Downloads/FileMaker Server 19.5.4/Extras/xDBC/ODBC Client Driver Installer Double clic on the 64 bit driver to install it.

2) Enable ODBC

Enable the ODBC/JDBC in File -> Sharing -> Enable ODBC/JDBC

Pasted image 20220925124450

3) Change security

Add Full Access for fmxdbc in File -> Manage -> Security -> Advanced Settings -> Extended Priviliges

Sans titre-1

4) ODBC Data Source

Open the ODBC Data Source 64bit program

Pasted image 20220925155219

Pasted image 20220925155911

Pasted image 20220925162655

Pasted image 20220925163321

5 ) Install pypyodbc

Type this into your terminal/cmd

pip install pyodbc

About


Languages

Language:Python 100.0%