alexbrainman / odbc

odbc driver written in go
BSD 3-Clause "New" or "Revised" License
352 stars 140 forks source link

Can't create unixODBC trace log #140

Closed gamgyul closed 5 years ago

gamgyul commented 5 years ago

I try sample connection test and it works successfully .But UnixODBC trace file is not created.

When I run isql or sample C code using UnixODBC, trace file is successfully created. I checked odbcinst.ini file and changed log directory umask to 777 but still not creating trace file. Have you experienced this? I try sample connection test and it succeed. thank you in advance for your help

alexbrainman commented 5 years ago

I checked odbcinst.ini file and changed log directory umask to 777 but still not creating trace file. Have you experienced this?

I have never needed the trace file. I do not even know it exists. I do not know how to switch it on. You should try and ask on some UnixODBC forums.

Sorry.

Alex

gamgyul commented 5 years ago

Ok I'll close issue. Thank you.