/ Published in: SAS
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
/************************************************
* ACCESS SQLITE DATABASE FROM SAS *
* REQUIREMENT: *
* HAVE SQLITE ODBC DRIVER INSTALLED *
************************************************/
libname sqlite odbc complete = "dsn=SQLite;
Driver={SQLite3 ODBC Driver};
Database=C:\folder\mydatabase.db";
URL: http://jaredprins.squarespace.com/blog/2008/9/30/connect-to-sqlite-database-using-sas.html
Comments
 Subscribe to comments
                    Subscribe to comments
                
                