Hi Pascal,
Thanks, for giving me reply!!!
I want to pass value to the stored procedure not table.
Is following code are correct or require any changes.
<cfloop index="roomid" list="#twebroomtypes_id#">
exec sp_insert_allotment_history_daywise
#<cfqueryparam cfsqltype="cf_sql_numeric" value="#i#">#,
#<cfqueryparam cfsqltype="cf_sql_varchar" value="#form['fitrate_' & i]#" null="#YesNoFormat(Len(form['fitrate_' & i]))#">#,
#<cfqueryparam cfsqltype="cf_sql_varchar" value="#form['allotment_' & i]#" null="#YesNoFormat(Len(form['allotment_' & i]))#">#,
#<cfqueryparam cfsqltype="cf_sql_varchar" value="#form['cutoff_' & i]#" null="#YesNoFormat(Len(form['cutoff_' & i]))#">#
</cfloop>
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
[Donations and Support]
- Urgent help needed!!! How to check null value in List of con... Keyur Mistry
- RE: Urgent help needed!!! How to check null value in Li... Pascal Peters
- RE: Urgent help needed!!! How to check null value in Li... Pascal Peters
- Re: Urgent help needed!!! How to check null value i... Keyur Mistry
- Re: Urgent help needed!!! How to check null value i... Keyur Mistry
- RE: Urgent help needed!!! How to check null value in Li... Keyur Mistry
- RE: Urgent help needed!!! How to check null value in Li... Pascal Peters