Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

transactions

0
votes
1 answer
176 views

Can I use TransactionScope in business layer instead of using SQLiteTransaction in data provider ?

I would like to use the TransactionScope class in my business layer: In AdminService class: public void DeleteSchoolclass(Schoolclass schoolclass) {…
asked June 25, 2011 2:10 pm CDT
msfanboy
2
votes
2 answers
45 views

Transaction and commit

Which code is right for transaction? do i need to check query result for commit? this code result nothing mysql_query("BEGIN"); $strSQL = "INSERT…
asked June 25, 2011 4:54 am CDT
a.v
0
votes
1 answers
62 views

Can't get Spring transaction to rollback (java+mysql)

Last week I finally got around to making my app use transactions. I am using Spring declarative transactions, and I know that the transactions…
asked June 20, 2011 5:50 pm CDT
titania424
1
vote
2 answers
45 views

What kind of locking/transaction isolation level is appropriate for this situation?

Let's say I have a Student and a School table. One operation that I am performing is this: Delete all Students that belong to a School Modify the…
asked June 20, 2011 9:38 am CDT
SimpleCoder
2
votes
1 answers
36 views

SQL/mysql = do large transactions cost lienar ressources/performance or exponentially?

I have a very gerneral question: 1.) Given I have a transaction (in mysql) that comprises the modification of ten-/hundred thousand or even million…
asked June 17, 2011 1:04 pm CDT
Markus
0
votes
1 answer
44 views

MYSQL - Lock empty rows

How can i lock empty rows? I want to lock an empty select for example: Session 1 mysql> begin; Query OK, 0 rows affected (0.00 sec) mysql>…
asked June 15, 2011 4:34 pm CDT
keepwalking
0
votes
2 answers
43 views

Before commiting the transaction, what happens to the queries on a tables which are being used in that transaction?

I have a situation where I need to lock 2 tables, until some operations are done on those 2 tables individually. For that I have chosen…
asked June 15, 2011 8:50 am CDT
SuryaPavan
0
votes
2 answers
50 views

Are long high volumn transactions bad

Hallo, I am writing a database application that does alot of inserts and updates with fake serialisable isolation level ( snapshot isolation ). To…
asked June 15, 2011 6:10 am CDT
Franz Kafka
1
vote
0 answers
46 views

Locking a resource from a pool while allowing others to order other resources from the pool of resource

I'm building a website for ordering resources. I have a pool of resources (say 10 resources) and when a user wants to order a resource, I check…
asked June 13, 2011 1:13 am CDT
Guy
0
votes
2 answers
55 views

What is supported as transactional in postgres

I am trying find out what is postgres can handle safely inside of transaction, but I cannot find the relavant information in the postgres manual .…
asked June 10, 2011 3:54 am CDT
LiKao
0
votes
1 answers
32 views

ColdFusion: Multiple SQL statements in a query?

Apparently ColdFusion doesn't like multiple SQL statements within a single query... so what once was this: SET @sender_user_id = 3,…
asked June 9, 2011 4:09 pm CDT
dcolumbus
1
vote
0 answers
54 views

Transactions not working in Npgsql (Postgres)

The following simple example seems to work: var conn = new NpgsqlConnection("<connection string>"); conn.Open(); NpgsqlCommand command = new…
asked June 7, 2011 10:09 am CDT
Timwi
0
votes
0 answers
67 views

SQLite C# Insert

My objective here is to read a list of files. The list of files is preselected. I currently am using 4 files of around 5KB each. I read each line of…
asked June 3, 2011 10:01 am CDT
user782900
0
votes
2 answers
44 views

MySQL recursive transaction

I have 2 store procedures A, B, both are in a transaction block. The problems is A calls B, so, there is recursive transaction. I'm not sure is…
asked June 1, 2011 9:01 am CDT
Todd
0
votes
1 answers
51 views

CodeIgniter : Transaction ERROR vs MySQL ERROR

How can I tell if the transaction was FALSE or if something else happened(locked table)? $this->db->trans_start();…
asked May 31, 2011 6:28 pm CDT
Ethan
0
votes
1 answer
43 views

Why does start transaction and rollback fail to rollback when running scripts in MySQL 5?

I have the following script... START TRANSACTION; INSERT INTO `Image` (`id`,`created`,`deleted`,`fileName`,`used`) VALUES (-114, NULL, NULL,…
asked May 30, 2011 5:39 pm CDT
Benju
0
votes
1 answers
46 views

Is MySQL stored procedure transactional by default?

MySQL stored procedure will read and update several tables, so I want to make it transactional. I just want to know is it transactional by default?…
asked May 29, 2011 10:03 pm CDT
Todd
0
votes
0 answers
46 views

Using XA transactions in the C# transaction scope

How to use the XA transactions inside the transaction scope in C#. What I read from the http://dev.mysql.com/doc/refman/5.0/en/xa-statements.html is…
asked May 27, 2011 12:49 am CDT
saravanan
0
votes
0 answers
43 views

Reading from parallel MYSQL (.NEt connector) transactions

Hi, I came across a very problematic issue. I'm developing a system of online ordering (events that occur in the real world). user is ordering an…
asked May 26, 2011 2:30 am CDT
Guy
0
votes
1 answer
44 views

Postgres: no rollback strored procedure

In postgres manual: "Important: To avoid blocking concurrent transactions that obtain numbers from the same sequence, a nextval operation is never…
asked May 25, 2011 11:00 pm CDT
Yuri Kaszubowski Lopes
Pages : 1 | 2 | 3 | 4 | 5 > [7]
122

transactions

Tagged: transactions
Related Tags
mysql × 91
php × 16
innodb × 15
sqlite × 12
postgresql × 12
hibernate × 11
spring × 9
java × 9
sql × 9
database × 8
rollback × 8
locking × 7
c# × 6
tomcat × 5
django × 4
commit × 4
jpa × 2
management × 2
.net × 2
rowlocking × 2
mongodb × 2