Hi All,
Need a little bit of help...
Im trying to connect to a MySQL database though SAS, apparenly the MySQL connect Engine isnt installed, but the ODBC engine is.
So the connection would need to be done though that..
I've tried to connect using the below:-
and am getting the below error :-
I've searched for the above error, and the only referance i can find to it, is it might be a firewall issue.. So is there anyway to bypass the firewall?
Also i cant really get IT in work to help me as this is for my own personal use and not work releated
Thanks in advance
Shenn
Need a little bit of help...
Im trying to connect to a MySQL database though SAS, apparenly the MySQL connect Engine isnt installed, but the ODBC engine is.
So the connection would need to be done though that..
I've tried to connect using the below:-
Code:
libname tastedb ODBC datasrc="orf-mysql1.brinkster.com" user=username password=password;
and am getting the below error :-
Code:
ERROR: CLI error trying to establish connection: [unixODBC][Driver Manager]Data source name not found, and no default driver specified
ERROR: Error in the LIBNAME statement.
I've searched for the above error, and the only referance i can find to it, is it might be a firewall issue.. So is there anyway to bypass the firewall?
Also i cant really get IT in work to help me as this is for my own personal use and not work releated
Thanks in advance
Shenn