JupiterHost.Net [mailto:[EMAIL PROTECTED] wrote:
> I found do() and quote() in DBI.pm, prepare() in DBD::mysql, but I > couldn't find execute() - I wanted to see how it does the quoting > exactly (for binary data) - > > Anyone know where execute() is? All of these are covered in the DBI documentation. execute() is in the section on statement handle methods, rather than database handle methods. Ronald