44 : SELECT b.FirstName,b.LastName, b.MiddleName
45 : FROM Contact b (NOLOCK)
46 : WHERE b.ContactID = <cfqueryparam value ="#URL.Contactid#" cfsqltype="CF_SQL_numeric" maxlength="9">
47 : </cfquery>
48 : <!--- SESSION.GetMemberNameForTitle is test to pass the query on to other .cfm files in this rendering. --->
|