TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
john m
NA
1
0
One transaction across independent web requests
May 16 2007 9:15 AM
I am developing an OrderComposer library
the use case is as follow:
1-Begin transaction
2-Check the stock (Page1)
3-Reserve (Page1)
4-select delivery way (Page2)
5-Select payment way (Page2)
6-Pay (Page3)
7-Commit (Page4)
My problem is I can not keep the transaction across these page.
I used transactionScope class and it does not working fine.
Also The library is calling another library for Check and reserve items with separate connection to the database
also each action with the database has it's own connection object, which automatically close after finish it's job
any suggestions.
Reply
Answers (
0
)
Display Image on 2nd form
datagridview move cursor to end of table