Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Remote transactions
Wed, Mar 5 2008 5:45 AMPermanent Link

"Jose Eduardo Helminsky"
Tim

My guess this is not possible but only you can answer this question:

If I start a transaction in the client side (C/S running), is there any way
to use this same transaction inside a server side procedure (this is my
proprietary solution running other server in other port) ?

Example:

Database.StartTransaction;
// Do some operations (inserts, updates)

// Call the remote procedure stored inside a DLL (server side)
CallServer;
Database.Commit

Eduardo

Wed, Mar 5 2008 10:41 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Eduardo,

<< My guess this is not possible but only you can answer this question:

If I start a transaction in the client side (C/S running), is there any way
to use this same transaction inside a server side procedure (this is my
proprietary solution running other server in other port) ? >>

No, I'm afraid not.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image