Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send update to SQL Server
Message
From
06/10/2003 12:50:24
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00835189
Message ID:
00835440
Views:
22
Dimitry

I personally like to build my own update statements so I can Alltrim() the character fields so varchar() columns really work.



>As far as getting the data from SQL Server, I like using SQL pass through.
>
>But I am not sure what is a better (preferred or recommended) way of sending changes back to the SQL Server. I am aware of two methods:
>
>1. Making cursor updatable and using TABLEUPDATE()
>
>2. Using cursor (without making it updatable) and then building a SQL UPDATE string based on the cursor/table fields and sending it to the SQL Server using SQLEXEC().
>
>Any suggestions?
>
>Thank you
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform