I want to connect to MS Access, through ODBC, using evcxr_jupyter, any idea how to do so.
Note:
I can do so using Julia lang as below:
I tried to reproduce it using odbc-rs but did not know how to proceed.
I want to connect to MS Access, through ODBC, using evcxr_jupyter, any idea how to do so.
Note:
I can do so using Julia lang as below:
I tried to reproduce it using odbc-rs but did not know how to proceed.
odbc-rs comes with example code: odbc-rs/connect.rs at master · Koka/odbc-rs · GitHub
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.