Home > Archive > Clarion > September 2004 > SQL and Clarion
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hello,
I'm a beginer in using SQL in Clarion language. I'd like to know how to use
SQL View in Clarion Browse and how I call the SQL Stored procedure.
I used Clarion 5.5
Thanks for help.
Elvis
| |
|
| Import the view in the dictionary and use it as a table.
For the stored procedure, have a look in the help at prop:sql in the databse
drivers part.
Guy
"SiOL" <elvis@emsoft-eg.si> wrote in message
news:4_T2d.2953$F6.692710@news.siol.net...
> Hello,
>
> I'm a beginer in using SQL in Clarion language. I'd like to know how to
use
> SQL View in Clarion Browse and how I call the SQL Stored procedure.
> I used Clarion 5.5
>
> Thanks for help.
>
> Elvis
>
>
|
|
|
|
|