<CFX_DBVALID>
  Returns a variable to Determine wheather a Database connection is working properly
  USAGE
<cfx_dbvalid datasource="MyDSN" Username="MyUser" Password="MyPassword" TIMEOUT="90000" >

  ATTRIBUTES

ATTRIBUTE DESCRIPTION
DATASOURCE [REQUIRED] Name of datasource to be checked
USERNAME [OPTIONAL] User for given Datasource
PASSWORD [OPTIONAL] Password for given User
TIMEOUT [OPTIONAL] timeout settings for checking db connection

  Variable Returned
Returns a variable called dbvalid
If connection is ok then DBVALID = 'TRUE'
If connection is lost then DBVALID = 'FALSE'

  BUGS / FEATURE REQUESTS
shlomy@bluebrick.com
  EXAMPLE
http://www.melig.co.il/cf_zone
  INSTALLATION
Simple CFX tag Installation put the dbvalid.dll file into your \CFUSION\CFX directory
or wherever you choose, then create the CFX_DBVALID using the CF Administrator.
If you have any problems see your CF documentation about installing "C++ Custom Tags"
  VTM INSTALLATION
Installing VTM (Allaire)