Using odbc to connect to an open office

I wanted to know if there is a way to connect to open office calc (Same as MS Excel) using the odbc and run sql commands. I can do this with Excel and odbc in C #. This can be done in C # using odbc and open office calc.

+4
source share
1 answer
provider=Microsoft.ACE.oledb.12.0;datasource=path of db 

try this connection string

0
source

Source: https://habr.com/ru/post/1435836/


All Articles