hi i'm rizki. can you all help me? please
i have a problem with script php to call procedure using sql server database this is the store procedure in sql server:
[code=mysql]
CREATE Procedure dbo.q_putaka
(
@key varchar(200),
@scope varchar(4) = null
)
As
if @scope ='1'
execute ('select distinct author_name,boo k_id,remark,ava ilability,title from v_pustaka...
User Profile
Collapse
-
How to call a MS SQL Server stored-procedure from PHP?
Last edited by Atli; Sep 1 '08, 11:49 PM. Reason: Added [code] tags and made the title a little clearer.
No activity results to display
Show More