install.packages("RODBC");
channel <- odbcConnect("odbc_dns_entry_name");
odbcQuery(channel,"insert ...");
sqlFetch(channel, "table_name");
Further information of the RODBC functionalities could be found here
apache2-ssl-certificate
a2enmod ssl
Listen 443
ServerName earth.my.flat
DocumentRoot /var/www/
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/apache.pem