Whatever message this page gives is out now! Go check it out!
<cfcomponent persistent="true" entityname="Artist" table="Artists">
<cfproperty name="id" column="ARTISTID" generator="increment">
<cfproperty name="firstname">
<cfproperty name="lastname">
<cfproperty name="address">
<cfproperty name="city">
<cfproperty name="state">
<cfproperty name="postalcode">
<cfproperty name="email">
<cfproperty name="phone">
<cfproperty name="fax">
<cfproperty name="thepassword">
</cfcomponent>