Slawek Kluczewski
|
| Posted: 08/17/2002, 11:35 AM |
|
How can I insert WHERE statment to the my SQL command (using PERL) ?
Slawek
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 08/20/2002, 6:00 AM |
|
Select "Data Source" property of your Grid or record control.
Click "..." icon in property value and see "Data Source" dialog.
You can add a parameter to sql statement by clicking "+" icon.
You can add/modify WHERE clause by switching from "Table" mode
to "SQL" mode.
--
Alex,
Support Engineer
CodeCharge Team
"Slawek Kluczewski" <slawek@ampmedia.com.pl> wrote in message
news:ajm51s$1g8$1@news.codecharge.com...
> How can I insert WHERE statment to the my SQL command (using PERL) ?
>
>
> Slawek
>
>
>
|
|
|
 |
|