sth->do()
- From: Peter.Loo@xxxxxxxxxxxxxxxxxxxxxxxx (Peter # PHX Loo)
- Date: Fri, 30 Jun 2006 12:50:45 -0700
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.
Can someone advise as to the best way to execute commands that does not
require return values?
Thanks.
Peter
- Prev by Date: RE: I18N in Oracle documentation
- Next by Date: RE: sth->do()
- Previous by thread: make test fails for DBD::ODBC on Solaris 5.8 with openlink driver
- Next by thread: RE: sth->do()
- Index(es):