agstudy / rsqlserver

Sql Server driver database interface (DBI) driver for R. This is a DBI-compliant Sql Server driver based on the System.Data.SqlClient.
82 stars 30 forks source link

transcation scope #2

Open agstudy opened 10 years ago

agstudy commented 10 years ago

Transaction scope Makes a code block transactional. Very useful when we execute many commands.

See for example this SO question