[thelist] Accessing URL by Coldfuson

Rui Madeira ruimbmadeira at yahoo.com.br
Mon Jan 3 05:05:20 CST 2005


I´m developing a tool to make a search in a Access DB with MapGuide and coldfusion
 
The code it´s as below
 
<CFQUERY datasource="SigM" NAME="concelhos_report">
SELECT * FROM InfoSites where DTCC IN (#PreserveSingleQuotes(obj_keys)#)
</CFQUERY>
 
This connects the Access DB with the MapGuide
 
          <tr>
          <CFOUTPUT QUERY="concelhos_report"> 
                <tr> 
                  <td height="19" >#Descricao#</td>
                  <td height="19" >#Concelho#</td>
                  <td height="19" >#URL#</td>
                </tr>
              </cfoutput>
 
This can show me the results conserning my choices in the MapGuide.
 
My question is who can I turn the results in the td column URL into a link???
Must I change definition in Access DB?
Can the changes be made right here in the code? It would be a lote easyer!!! 

		
---------------------------------
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador do Yahoo! agora.


More information about the thelist mailing list