Recent content by disfusion

  1. D

    Dedicated / Managed Server

    Hi All I was wondering if someone can confirm that the managed servers dont allow remote access to them. Jodohost Sales have told me that since they are managed server and that they do everything on them, that we dont need/have remote access to them. Atul mentioned in this thread that...
  2. D

    Anyone know how to...

    coldskool Are you trying to loop through the columns of the query and return each variable. If so it might be something like this. <cfquery name="MyQuery" datasource="#DSN#"> SELECT * FROM Items </cfquery> <cfset Columns=MyQuery.ColumnList> <cfloop index="i" list="#Columns#">...
Back
Top