php-windows Digest 12 May 2005 09:40:11 -0000 Issue 2666
Topics (messages 25995 through 25996):
ODBC - What Perl can and PHP not
25995 by: Markus Tacker
covert binary data with php
25996 by: Burkhard Herre
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Hoi all,
I am a bit curious about that issue.
I have a ODBC datasource with an AcuODBC driver. I can connect to it with
various windows query tools, excel etc.
But PHP fails to connect as the driver complains about a missing license file.
So i tried it with Perl DBI::ODBC and it worked. So I am wondering about the
difference the way PHP and all others talk to windows ODBC?
Any hints?
--
mit freundlichen Gr��en | Jabber: [EMAIL PROTECTED]
m.tacker | ICQ: 9170 9561
--- End Message ---
--- Begin Message ---
hello
i have a problem with reading binary data from a file.
i read byte by byte with fread...
now i want to convert the 1. byte in an ascii sign.
and the next step is to read 2 bytes and convert the 2 bytes input into
1 sign in ascii...(16 bit)
and so on.
but php convert always 1 byte to 1 sign.
thnak you
--- End Message ---