Hello, I am trying to connect to MySQL database using SAS Base via libname statement. The connection establishes fine and i can see the library and the tables in the explorer.
The problem starts when I try to open the tables or read any kind of information about them (like column list or other properties).
Here is some output from the log:
ERROR:Generic Critical Error
Read Access Violation In Task (View Table Window)
Exception Occured at (564B27DB)
After that there goes the task traceback and the last line of it is:
kernel32:GetModuleFileNameA+0xlB4.
I can paste the whole traceback if requested, but i guess it's not that important since that part differs for different procedures.