|
box -> RE: Syntax error converting from a character string to uniqueidentifier (9/13/2005 17:27:03)
|
Query analyzer first case: UPDATE charge SET student_number='::student_number::',firstname='::firstname::',lastname='::lastname::',tri_mester='::tri_mester::',t_rate='::t_rate::',charge_amount='::charge_amount::',sub_charge='::sub_charge::' WHERE id='::id::' Server: Msg 8169, Level 16, State 2, Line 1 Syntax error converting from a character string to uniqueidentifier. Query analyzer second case: UPDATE charge SET student_number='::student_number::',firstname='::firstname::',lastname='::lastname::',tri_mester='::tri_mester::',t_rate='::t_rate::',charge_amount='::charge_amount::',sub_charge='::sub_charge::' WHERE id=::id:: Server: Msg 170, Level 15, State 1, Line 1 Line 1: Incorrect syntax near ':'.
|
|
|
|