SQL Parameters (SQL IN Command)

Stimulsoft Reports.WEB discussion
Post Reply
selbjx
Posts: 4
Joined: Wed Apr 22, 2009 5:34 am
Location: derby

SQL Parameters (SQL IN Command)

Post by selbjx »

The sql in command works fine with oracle, however when i am executing the report nothing shows.

Where column_x In (:PARAM)

the paramter works fine if i pass it just a single value, however multiple values it stops working.

I suspect it has somehting to do with the parameter type, but very unsure.

Anyone else had any joy with the in command and parameters
Brendan
Posts: 309
Joined: Sun Jul 16, 2006 12:42 pm
Location: Ireland

SQL Parameters (SQL IN Command)

Post by Brendan »

Hi,

The following post might be able to help you:

http://forum.stimulsoft.com/Default.aspx?g=posts&t=366

selbjx
Posts: 4
Joined: Wed Apr 22, 2009 5:34 am
Location: derby

SQL Parameters (SQL IN Command)

Post by selbjx »

Thought that would have solved my problem however, i dont quite understand how the {parameter} works as when i run the report it gets rejected.

I am using oracle firstly so it doesn't seem to accept @ or ? only :

If i execute query in Reports.Web and enter values (multiple values) it works fine.

Its only when passing via parameter.
Post Reply