What is the best way to extract mySQL Blob data into SAS dataset using mySQL or SAS ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you have the SAS/ACCESS inteface to MySQL, then you could use a pass-through query or access the database through a LIBNAME statement. SAS will read in the BLOB variable as a character string, so the variable length might be a limitation.
You can read more about how to do this at SAS/ACCESS Interface to MySQL.