S
S
Strange2013-02-02 00:40:28
PHP
Strange, 2013-02-02 00:40:28

Stored procedure, named parameters?

As far as I know, in MySQL there is no way to do this:
call stored_procedure(param2 = val2, param1 = val1)
At the same time in C# (using MySQL.Data) I can set parameters like this:
Command.Parameters.AddWithValue(parameterName, parameterValue)
Is this possible in PHP?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Georgy Grigoriev, 2013-02-02
@IamKarlson

1) call stored_procedure(val2,val1),
2) stacjoverflow

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question