start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: func Chapter 12
Databases and Perl
Next: Reference: fetch
 

execute

 $

result

 = $

st_handle


->execute
([
@bind_values
])

Executes a prepared statement.

@bind_values

Binds values for placeholder substitution.


Previous: Reference: func Perl in a Nutshell Next: Reference: fetch
Reference: func Book Index Reference: fetch

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.