Hello,
The following code is throwing an error:
<!--- Check to see if the user is adding a new client --->
<CFIF IsDefined("FORM.ProjectName")>
<!--- Create array of form results --->
<CFSET NewClient=ArrayNew(2)>
<CFSET NewClient[1][1]=FORM.CompanyName>
<CFSET...
Recently, I picked up where another developer left off on a project. I am quite new to SQL and I have only been working with ASP for a few months. I have altered a table (bank_info) to include a 'Monthly' column to store a monthly payment calculated by the ASP code on one particular page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.