Here's the code to display a PostgreSQL version number in Cold Fusion:
<CFQUERY NAME="getversion" DATASOURCE="yourdatasource">
    SELECT  version();
</CFQUERY>
<CFOUTPUT>#getversion.version</CFOUTPUT>

Frank Hilliard
http://frankhilliard.com/


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to