Date: 12/10/98
- Next message: Steve Williams: "Re: [PHP-DEV] Errata."
- Previous message: swilliam: "[PHP-DEV] CVS update: php3/functions"
- In reply to: Shane Caraveo: "Re: [PHP-DEV] Errata."
- Next in thread: Steve Williams: "Re: [PHP-DEV] Errata."
- Reply: Steve Williams: "Re: [PHP-DEV] Errata."
- Reply: Steve Williams: "Re: [PHP-DEV] Errata."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
As far as I remember, one major overhaul was the introduction of
UODBC_UNIQUE_NAMES
by Shane - there were some problems introduced that I've fixed.
The simple tests (included in the distro) ran fine against Adabas.
As for the problems related to odbc_close(), this function is only for
some kind
of "compatibility" - non-persistent connections get closed automatically
after
script processing. The idea of closing and reopening an identical
connection
in a script doesn't make much sense to me; nevertheless I must admit it
is
a bug^^^H issue ;-)
> > >However I have noticed another item that you might want to check against
> > >another RDBMS. When odbc_longreadlen is set to a value less than the
> > >length of a text (LONGVARCHAR) field the retrieved part is printed
> > >twice.
Will check this against Adabas, but it seems to me a problem with
odbc_result().
As for the initial problem, the script hanging after or around data
retrieval,
where exactly does processing hang?
-Andreas
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Steve Williams: "Re: [PHP-DEV] Errata."
- Previous message: swilliam: "[PHP-DEV] CVS update: php3/functions"
- In reply to: Shane Caraveo: "Re: [PHP-DEV] Errata."
- Next in thread: Steve Williams: "Re: [PHP-DEV] Errata."
- Reply: Steve Williams: "Re: [PHP-DEV] Errata."
- Reply: Steve Williams: "Re: [PHP-DEV] Errata."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

