SAS/ACCESS provides interfaces to many databases. I believe you can use it to set a up a library and create a data view to your source data. I am saying "believe" because I have never done it myself. Hopefully someone else with real-world experience will chime in.
This is the documentation:
http://support.sas.com/documentation/onlinedoc/access/index.html
You will need to have a license and have it installed. You can check by doings this:
proc setinit;run; /*for licensing*/
proc product_status;run;/*for installation*/