[PHP]
SET QUOTED_IDENTIFIER OFF
INSERT INTO ModelToPart
(modelID,ModelPartID)
VALUES
('#URL.modelID#',' #ListGetAt( SplitVar, intI+1, "," )#')
,
ERROR:
#CFCATCH.Message#
[/PHP]
I am using the code above to create a Query that inserts multiple records.
Buy I have a extra coma at the end.
how can i have it that the last coma does not sohw
Thanks