really need ur help.. my problem is I want to insert all value into db in uppercase
this is my code..
Code:
<cfquery name="insrt_srvy" datasource="#ds#"> INSERT INTO SURVEY_HEADER (REF_NO) VALUES(<cfqueryparam cfsqltype="cf_sql_varchar" value="#ref_no#">) </cfquery>
Leave a comment: