` Running MSSQL stored procedures from Clarion (Ben Williams ) - Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

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 April 26, 2024, 5:20 pm
This article has been viewed 35116 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: