StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
Updating tables best practices.
Updating tables best practices.
Post Reply
Like
0
Updating tables best practices.
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Keith Chisarik
Keith Chisarik
posted 17 Years Ago
ANSWER
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 939,
Visits: 40K
I have a simple form, order header. It has a related table called order detail, I need to change a field value for all records in order detail for the current order when someone changes a value in the header. Best way to do this?
I have to do this because SQL Compact doesn't support multi table queries when using synchronization, so I have to set a flag on the detail records to base my query
My gut says to write a simple stored proc and call via 'ExecuteStoredProcedure', but I am asking because I think I might be overusing stored procs now that I understand them better, they are just so easy and lightweight.
Does ExecuteStoredProcedure respect CRUD/concurrency settings when called against a datasource? I also have two BO's on the form for the order header and detail records, is there a "execute this SQL statement against this BO" function I should be using instead of a stored proc?
Thanks.
Keith Chisarik
Sigma Data Systems
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Updating tables best practices.
Keith Chisarik
-
17 Years Ago
Keith,
My understanding is that you have some field in the...
Greg McGuffey
-
17 Years Ago
Thank you very much Greg for the reply, good stuff there.
Keith Chisarik
-
17 Years Ago
Any time! Hope it helps.
Greg McGuffey
-
17 Years Ago
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search