bool sasql_stmt_bind_param( sasql_stmt $stmt, string $types, mixed &$var1 [, mixed &$var2 .. ] )
Binds PHP variables to statement parameters.
$stmt A prepared statement resource that was returned by the sasql_prepare function.
$types A string that contains one or more characters specifying the types of the corresponding bind
$var The variable references.
TRUE if binding the variables was successful or FALSE otherwise.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |