On Mon Feb 12 14:09:52 2001 Mitchell, Louise M wrote...
>
>Stan,
>
>There may be something else going on here... ALL_TABLES is a view owned by
>'sys'... Does 'flink' have select permissions on it?  Also, it would be a good
>idea to spit out $DBI::errstr after your execute to see if there may be some
>other error happening that you're not catching..
>

        Thansk, it gets weirder. If I recode this as:

        while (@fl_results = $stht->excute) 'B300') or die $DBI::errstr;
        {
                print("$fl_resilts[0]\n");
        }

I get the expected 1 row resulst. So, it appears the the problem lies in
the test agains "0E0". Which BTW I have printed out, and indeed that is
what I am getting.

Any idea where to go next, other than recding all the sections that look
lik this to look like the above code?

-- 
Windows 98: n.
        useless extension to a minor patch release for 32-bit extensions and
        a graphical shell for a 16-bit patch to an 8-bit operating system
        originally coded for a 4-bit microprocessor, written by a 2-bit 
        company that can't stand for 1 bit of competition.
-
(c) 2000 Stan Brown.  Redistribution via the Microsoft Network is prohibited.

Reply via email to