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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: prepare Chapter 12
Databases and Perl
Next: Reference: rollback
 

quote

 $

sql

 = $

db_handle


->quote
(
string
)

Escapes special characters in a string for use in an SQL statement.

string

The string to convert.


Previous: Reference: prepare Perl in a Nutshell Next: Reference: rollback
Reference: prepare Book Index Reference: rollback

Library Navigation Links

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