Posted: Tue Oct 09, 2007 6:42 am Post subject: JDBC Connector + WHERE IN
Newbie
Joined: 07 Sep 2006 Posts: 6
Hi,
I want to include a where in( @ ) in the application specific information from my BO object.
The problem is that the number of values in @ is not a fixed number. This @ refers to a field in the parent object. When I fill in this field in the collaboration template, the query doesn't give any results, however when putting it directly in the default value of the field, it works.
Is there an escape character that i need to use or a certain format or so? Now it seems he take all the values in the @ as one value.
The query should be something like SELECT .... FROM .... WHERE STATUS IN ('OPEN','PENDING','CLOSED').
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum