gtbikerider
Technical User
Hi
I'm using...
<CFQUERY NAME="AddRec" DATASOURCE="#application.DSN#">
insert into Users (FirstName)
values ('#FORM.firstname#')
</CFQUERY>
...to add a value to a db. How would I force an initial capital letter? eg "john" becomes "John". I think its InitCap in sql but I can't figure out the precise syntax.
--
John Carratt
I'm using...
<CFQUERY NAME="AddRec" DATASOURCE="#application.DSN#">
insert into Users (FirstName)
values ('#FORM.firstname#')
</CFQUERY>
...to add a value to a db. How would I force an initial capital letter? eg "john" becomes "John". I think its InitCap in sql but I can't figure out the precise syntax.
--
John Carratt