powered by
This function allows you to connect to a MS SqlServer Database
connect_db(server, db, uid, pwd)
Database Server Url/IP Address
Database Name
User id
Password
dbHandle <- connect_db("server.com","db_test","admin","password")
Run the code above in your browser using DataLab