RE: sth->do()
- From: Peter.Loo@xxxxxxxxxxxxxxxxxxxxxxxx (Peter # PHX Loo)
- Date: Fri, 30 Jun 2006 13:04:03 -0700
Sorry about. I meant $dbh->do(). I am trying to get the error message
for Ron now.
Peter Loo
Wolters Kluwer Health
(602) 381-9553
-----Original Message-----
From: Garrett, Philip (MAN-Corporate)
[mailto:Philip.Garrett@xxxxxxxxxxx]
Sent: Friday, June 30, 2006 12:57 PM
To: DBI-Users
Subject: RE: sth->do()
Loo, Peter # PHX wrote:
Hi All,
I need to issue commands such as ("CREATE TABLE", "DROP TABLE", "ALTER
TABLE", etc...), however, whenever I use sth->do($sqlString), I get an
error. I understand that using sth->do(), it goes through the process
of prepare and execute. With that, it is expecting a returned value.
You should be using $dbh->do(), not $sth->do().
Philip
This E-mail message is for the sole use of the intended recipient(s) and
may contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not
the intended recipient, please contact the sender by reply E-mail, and
destroy all copies of the original message.
.
- References:
- RE: sth->do()
- From: Philip Garrett
- RE: sth->do()
- Prev by Date: RE: sth->do()
- Next by Date: RE: sth->do()
- Previous by thread: RE: sth->do()
- Next by thread: Unbuffered Queries
- Index(es):