A while back I wrote an ORM layer for my .net app where all database rows are represented by a 开发者_JAVA技巧subclass of DatabaseRecord. There are a number of methods like Load(), Save() etc. In my i
I\'m making a stateless web service which uses Microsoft SQL Server to read data (and only to read), without using transactions. What will be the best of the following:
I have a form that selects a bunch of rows from a table in my MSSQL server, now, this form is used to update data, which it does correctly, after I update the data using the form however, it redirects
I created a sqlconnection, CN1. Then this CN1 is opened. Later in the code there is a transactionscope. If I execute a sql command on this CN1 connection, is this within transaction?
I\'m trying to work with java data access, so this with what I came up with: Tell me what do you think about this
(I know the circumstances surrounding the DTC and promoting a transaction can be a bit mysterious to those of us not in the know, but let me show you how my company is doing things, and if you can te开
public class db { public static string connectionString = WebConfigurationManager.ConnectionStrings[\"connectString\"].ConnectionString;