RE: sth->do()
- From: Philip.Garrett@xxxxxxxxxxx (Philip Garrett)
- Date: Fri, 30 Jun 2006 15:56:39 -0400
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
.
- Follow-Ups:
- RE: sth->do()
- From: Peter # PHX Loo
- RE: sth->do()
- Prev by Date: RE: sth->do()
- Next by Date: RE: sth->do()
- Previous by thread: RE: sth->do()
- Next by thread: RE: sth->do()
- Index(es):
Relevant Pages
|
|