Hi guys, :~/
Please help me here ...I'm unable to solve this problem. Problem is I'm trying to update my database using store proc but I get error with name one of the member name "D'aiuto, Joseph" but lastname is with aphostophy D'A its bombing on this can you guys help me how to solve this promblem!!! pleaaaaaaaaaaase
<cfquery name="UpdateItems" datasource="Teamsters">
sp_BillItem_cur_upd
#evaluate(BillItemNumber)#,
'#evaluate(MemberName)#',
</cfquery>
in database I have it as varchar(250)
Thanks a lot!!!
Please help me here ...I'm unable to solve this problem. Problem is I'm trying to update my database using store proc but I get error with name one of the member name "D'aiuto, Joseph" but lastname is with aphostophy D'A its bombing on this can you guys help me how to solve this promblem!!! pleaaaaaaaaaaase
<cfquery name="UpdateItems" datasource="Teamsters">
sp_BillItem_cur_upd
#evaluate(BillItemNumber)#,
'#evaluate(MemberName)#',
</cfquery>
in database I have it as varchar(250)
Thanks a lot!!!