11/26/2024 4:25:41 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss using the SalesLogix OLE DB Provider from external applications (including usage of built-in provider procedures). View the code of conduct for posting guidelines.
|
|
|
|
Is Parameter Re-Use Supported?
Posted: 01 Sep 06 3:25 PM
|
fiogf49gjkf0d Hello from a lazy SQL developer. I've grown addicted to the parameter re-use in MS SQL Server like
Update Account Set Account = Account + @param where Account > @param (Stupid query I know, but it uses the same param twice) Instead of Update Account Set Account = Account + ? where Account > ? (2 seperate parameters)
Is there any way to pull this off(specifically in .net 2.0) through the provider? Now if I want to do a fairly substantial update query or some quick and dirty rendition of optimistic concurrency I end up with enough ? in the query to go batty before I get the parameters all set.
Thanks, Dean |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|