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
aryaonmesh
NA
21
0
How to Assign two stored procedure
Aug 26 2004 1:55 PM
How to assign two stroed procedure in a transaction strSQL = "Update TableOne set dbalance = dBalance - " + Amt.Text + " where AccNumber = '" + txtFrom.Text + "'"; cmd.CommandText=strSQL; cmd.ExecuteNonQuery(); strSQL = "Update TableTwo set dbalance = dBalance + " + Amt.Text + " where AccNumber = '" + txtTo.Text + "'"; cmd.CommandText = strSQL; cmd.ExecuteNonQuery(); Above is using two Sql statements in a transaction. I want to use two SP in a transaction. HOw to do? Help greatly apprecitated Thanks in advance
Reply
Answers (
3
)
recording screens on PocketPc's
Request Help with Regex