Microsoft
Software
Hardware
Network
Question : Coldfusion query syntax
Hello experts
i want to update two (n) rows in one query.Any help?
the code below is not working:
<cfquery name="update" datasource="#request.dsn#"
>
UPDATE dbo.category
SET
(#column# = #column# + 1
WHERE cat_id = <cfqueryparam cfsqltype="cf_sql_integer"
value="#form.category#">),
(#column# = #column# - 1
WHERE cat_id = <cfqueryparam cfsqltype="cf_sql_integer"
value="#form.cattype#">)
</cfquery>
Answer : Coldfusion query syntax
logmein is a web-based option, and theres vnc more of a similar option to remote desktop.
you may find tweeking the colour and speed options in remote desktop options improves performance.
Random Solutions
VMware P2V Vsphere Convertor Issue
Values in ASP.NET Radio Button List
Does Microsoft Visual Basic 6.0 support intellisense?
help with a query
How to monitor ReadyBoost usage?
SSIS Send Result Set of an SQL Query in Send Mail Task
Data Grid view
Send emails when click SEND button in Outllok 2007
%DEC fucntion in FREE format getting error
Web server leaks a private IP address through its HTTP headers - IIS issue