Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Running MSSQL stored procedures from Clarion 1998-10-20 -- Ben Williams Just change your SQL statement to use CALL instead of execute
filename{prop:sql} = 'CALL jb_test1 'test'
Scott has changed the CW ODBC driver to set the statement handle if you use
a CALL in the {PROP:SQL}
Regard the quote marks, George Hall notes:
In your prop:sql statement, try two single quotes ('')before and after
hello, not one doublequote (")
Scott Ferret comments:
> filename{prop:sql} = 'CALL jb_test1 'test'
>
The correct syntax for this instance of using CALL would be:
filename{prop:sql} = 'CALL jb_test1 (''test'')'
Today is November 21, 2024, 8:27 am This article has been viewed 35214 times.
|
|