Is this an appropriate place to post questions on
Win32::ODBC/MSAccess 2000/Perl 5.6 cgi/Apache HTTPD?
If not, can someone directe me to an appropriate FAQ
or mailinglist or newsgroup?
I've been struggling with specifying zero length
strings in SQL. Nothing seems to work.
I've tried
$Data->Sql(qq[UPDATE Suspect SET Name = "" WHERE
CaseNumber = $sCaseNumber AND Number = 33]);
and
$Data->Sql(qq[UPDATE Suspect SET Name = '' WHERE
CaseNumber = $sCaseNumber AND Number = 33]);
These statements both give me syntax errors from the
ODBC driver.
I've also tried using the prepare and bind_param
functions apparently these are not implemented -- they
are not in the documentation.
Thanks,
Siegfried
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]