>>>>> "MW" == Mark Worsdall <[EMAIL PROTECTED]> writes:
MW> When I do this:-
MW> my $types = $sth->{TYPE};
MW> #
MW> if ($$types[0] = &Mysql::FIELD_TYPE_STRING) {
MW> print "Type is a SRING<BR>";
MW> }
Perhaps you mean
if ($$types[0] == &Mysql::FIELD_TYPE_STRING)
you are doing an assignment, not a comparison.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: [EMAIL PROTECTED] Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
- Problem with replication Rick Jansen - Tweakers.net
- Re: Problem with replication Jeremy D. Zawodny
- RE: Problem with replication Rick Jansen - Tweakers.net
- Re: Problem with replication Jeremy D. Zawodny
- RE: Problem with replication Rick Jansen - Tweakers.net
- HOWTO: Get field types? Mark Worsdall
- Remove or Unsubscribe mysql
- HOWTO: Get column types & ... Mark Worsdall
- Re: HOWTO: Get column typ... Mark Worsdall
- Problem with replicat... Vivek Khera
- Problem with replication Jim Lucas [jimmysql]
- problem with replication S�nke Ruempler
- Re: problem with replication Listen Hinz
- Re: problem with replication S�nke Ruempler
- Why would MySQL server shutdown? Gerald R. Jensen
- problem with replication Natale Babbo
- re: problem with replication Egor Egorov
- Re: problem with replication Jeremy Zawodny
- Re: problem with replication Natale Babbo
- Fwd: problem with replication Natale Babbo
