Menu

#16 PHP 4.3.8

open
nobody
None
5
2004-08-13
2004-08-13
Anonymous
No

After upgrade to PHP 4.3.8 ODBC Socket server started
to ignore the decimal "." character if the field is float
type on mssql. It outputs the following event:
--------
The description for Event ID ( 0 ) in Source (
ODBCSocketServer ) cannot be found. The local
computer may not have the necessary registry
information or message DLL files to display messages
from a remote computer. The following information is
part of the event: ReadAndWriteSocket reports closing
connection.
---------
Example:
balance for id='1' is: "77.97"
query: Select balance from account where id='1'
result:
<?xml version="1.0"?>
<result state="success">
<row>
<column name="balance">7797</column>
</row>
</result>

Is it a bug? Or is it PHP related?
Regards

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.