Corrupted data sent by Windows 98 client

Corrupted data sent by Windows 98 client

am 13.09.2006 17:52:46 von Andrus

I use ODBC driver to access PostgresSQL 8.1 servers from Windows 98 computer
frmm Microsoft Visual FoxPro 9 application.

In a number of client and servers, it is not possible to send data to
server.

PostgreSQL log file shows shows that garbage characters are received. Server
responds to this packet with message

syntax error or at near ....

Server response is received correctly by client.

I tried latest and previous versions of Unicode ODBC driver and the problem
exist in both driver versions.
I can reproduce this in my office if application is running from Windows XP
drive from network drive.
If I copy application to C: drive in Windows 98 computer, application runs
OK.

Any idea how to fix this ?

Log file included.

Andrus.




---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Re: Corrupted data sent by Windows 98 client

am 14.09.2006 01:38:37 von Hiroshi Inoue

Andrus wrote:
> I use ODBC driver to access PostgresSQL 8.1 servers from Windows 98 computer
> frmm Microsoft Visual FoxPro 9 application.
>
> In a number of client and servers, it is not possible to send data to
> server.
>
> PostgreSQL log file shows shows that garbage characters are received. Server
> responds to this packet with message
>
> syntax error or at near ....
>
> Server response is received correctly by client.
>
> I tried latest and previous versions of Unicode ODBC driver and the problem
> exist in both driver versions.

What do you mean by the lastest vesrion ?

regards,
Hiroshi Inoue


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Re: Corrupted data sent by Windows 98 client

am 14.09.2006 17:09:23 von Andrus

I mean

psqlodbc-08_02_002.zip file from

http://pgfoundry.org/frs/?group_id=1000125&release_id=546


One more note:

If I don't enter password, windows 98 client crashes with errir in kernel32

If I enter correct password, invalid data is sent.

Unicode driver log files for both cases are included.

Andrus.


"Hiroshi Inoue" wrote in message
news:4508967D.7050700@tpf.co.jp...
> Andrus wrote:
>> I use ODBC driver to access PostgresSQL 8.1 servers from Windows 98
>> computer
>> frmm Microsoft Visual FoxPro 9 application.
>>
>> In a number of client and servers, it is not possible to send data to
>> server.
>>
>> PostgreSQL log file shows shows that garbage characters are received.
>> Server
>> responds to this packet with message
>>
>> syntax error or at near ....
>>
>> Server response is received correctly by client.
>>
>> I tried latest and previous versions of Unicode ODBC driver and the
>> problem
>> exist in both driver versions.
>
> What do you mean by the lastest vesrion ?
>
> regards,
> Hiroshi Inoue
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>





---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Re: Corrupted data sent by Windows 98 client

am 14.09.2006 22:16:23 von Hiroshi Inoue

Andrus wrote:
> I mean
>
> psqlodbc-08_02_002.zip file from
>
> http://pgfoundry.org/frs/?group_id=1000125&release_id=546
>

Judging from the log, you are using 8.1.xxxx.

regards,
Hiroshi Inoue

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Re: Corrupted data sent by Windows 98 client

am 17.09.2006 21:13:17 von Andrus

> Judging from the log, you are using 8.1.xxxx.

Hiroshi,

the same problem occus with your ODBC driver also.
I you want I can create log files using latest ODBC driver.

Andrus.



---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Re: Corrupted data sent by Windows 98 client

am 18.09.2006 06:16:04 von Hiroshi Inoue

Andrus wrote:
>> Judging from the log, you are using 8.1.xxxx.
>
> Hiroshi,
>
> the same problem occus with your ODBC driver also.

Did you try the ANSI version ?

> I you want I can create log files using latest ODBC driver.

Please send me the ANSI version's log.

regards,
HIroshi Inoue

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend