Enter Keywords:
1 - 10 of 17(0 seconds)
Sort By:
 
What happens to pending transactions if a SqlTransaction instance is closed before a commit or rollback is performed?   Thanks in advance!
Zones: C#Date Answered: 01/06/2006 Rating: 9.8 Views: 0
Hello experts! Does SqlTransaction work with Oracle? I know that SqlTransaction does work with SQL Server. If it doesn't work with Oracle, do I have to change something? ======= Dim myTrans As...
Zones: .NETDate Answered: 01/25/2004 Rating: 8.6 Views: 0
I am writing my winform client updating process with a few web methods located in two web servers.  I need to execute transaction for the all-or-none updating process using those web methods.  I th...
Zones: .NETDate Answered: 06/28/2004 Rating: 8.6 Views: 4
I have a stored procedure that I am calling as shown below, but I can not figure out how to bind that to a gridview. Can someone tell me how and at what point I should connect the gridview? Than...
Zones: ASP.Net ProgrammingDate Answered: 11/20/2006 Rating: 9.0 Views: 0
Using Vb.Net (3.5), SQL 2005 I have 5 Updates that I run on a database that are all in separate Procedures.   They all use the same connection object.   They use different dataadapters and comma...
Zones: MS Visual Basic, MS ...Date Answered: 07/20/2009 Rating: 9.6 Views: 9
I am using ASP.NET / VB.NET to access SQL Server 2000. I am accessing an table to insert / update which is heavily hit during peak hours of usage. The following is the piece of code which is does n...
Zones: MS SQL ServerDate Answered: 09/03/2003 Rating: 6.0 Views: 4
Consider the following code in an application, which writes some data rows in the database.       SqlTransaction trans = m_connection.BeginTransaction();       adapter.InsertCommand.Connection = m_connec...
Zones: MS SQL ServerDate Answered: 07/10/2004 Rating: 8.4 Views: 0
Hello, I am facing a problem in my application. This occurs when I synchronize data from one sql server to another via internet. The problem is only faced on Windows 98, ME and some versions of...
Zones: MS Visual BasicDate Answered: 06/09/2004 Rating: 6.0 Views: 0
Good day all.. I have a need to be able to handel nested transactions.  It seems that what I want is not easily attained. I just about have what I need but... Here's the situation...      ...
Zones: MS Visual BasicDate Answered: 08/27/2004 Rating: 7.6 Views: 0
Hi, I have an Order object that has a Persist() method, and a Items array that contains OrderItem objects. Within the Persist() method of the Order class, I am calling the Persist() method of ea...
Zones: ASP.Net ProgrammingDate Answered: 10/18/2004 Rating: 7.2 Views: 0