Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tab773

    Transactions in ADO.NET 2.0 (VB.NET) with Oracle

    Thanks for the comments ... the below code runs and will rollback the tranaction on the 2nd (non-existent table name) SQL call ... comments are appreciated, for sure. Best, Tim ''''''''''''''''''''''''''''''''''''''''''''''' Imports VB = Microsoft.VisualBasic Imports System.Data.OracleClient...
  2. tab773

    Transactions in ADO.NET 2.0 (VB.NET) with Oracle

    This is how we got transactions to work using ADO.NET 2.0 (VB.NET) with Oracle: ''''''''''''''''''''''''''''''''''''''''''''''''''' 'Defined outside of the class Imports VB = Microsoft.VisualBasic Imports System.Data.OracleClient 'Friend Class frmYourForm ' Inherits System.Windows.Forms.Form...

Part and Inventory Search

Back
Top