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
windows IIS server - running .html pages - need to 301 redirect each page to different page on same server
Linux commands for Oracle DBA
Use confirm message to verfiy user action in asp.net vb web application
2003 Small Business Upgrade
Writing a formatted file to memory
Need to change default language.
Is adding a semi-colon a part of the the proper SQL string syntax for manipulating Microsoft Access queries?
Windows 7 redirected folders don't appear offline using SBS 2008
Exchange 2007
sql query question