Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Common connection for DALC's

Reply
Thread Tools

Common connection for DALC's

 
 
Marcel Cugini
Guest
Posts: n/a
 
      11-18-2003
I am writing some 'Data Access Logic Components'. The designer generates
procedure InitializeComponent(). Within this procedure an OleDbConnection
object will be created and assigned to all commands. My problem now, how can
I use a global allocated connection object, because I need transaction
support over more than one DALC ? Code generated by the designer should not
be changed manually, because it could be thrown away during a new generation
process.

Thanks

Marcel


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can *common* struct-members of 2 different struct-types, that are thesame for the first common members, be accessed via pointer cast to either struct-type? John Reye C Programming 28 05-08-2012 12:24 AM
Why can fail a connection of a struct to a FORTRAN COMMON in Mingw? Pedro567 C++ 1 04-01-2010 04:53 PM
java.lang.NoSuchMethodError: wm.common.session.Common.getCustRptListFromMax Denny Java 1 05-01-2008 07:33 AM
I want to make common connection string for database Alex Smith ASP .Net 3 06-22-2005 01:22 PM
DB Connection without jar in common/lib iksrazal Java 2 03-01-2005 06:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57