orasession with socket error

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
warey
Posts: 2
Joined: Sat 04 Nov 2006 07:42

orasession with socket error

Post by warey » Sat 04 Nov 2006 07:48

env : delphi 7 ,odac 4.50.2.19 net , windows2k, oracle9i

in my project,if i place a TOraSession in the form ,and set connectionstring to connect oracle through Net style, it is ok at design time,but if i run the program, exception raised ,say some thing like "windows socket error: xxxxx (sendto .....) xxxxxxx" ("xxxxx" is describe with Chinese in the pc because i am )

i am sure the username,password,ip,sid,port is right

why? because it is ok at design-time.

and found others have the same problem in this forum,but no answer

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 06 Nov 2006 12:43

Can you translate to English the text of the error message? Why is it in Chinese? Do you have Chinese regional settings on your computer?
Did you run the program on development machine? Try to reproduce this error with Delphi IDE in debug mode and with standalone application.

warey
Posts: 2
Joined: Sat 04 Nov 2006 07:42

Post by warey » Wed 08 Nov 2006 09:04

because i think the chinese info is not very important :-) so...

when error occur, whether the standalone app is in my development pc,or in others pc , it doesn't work. in the ide design time ,it is ok,but run in ide use F9, doesn't work.

but!!!!!! very surprise, after that day, now it is ok!!, i don't know why. because the exe is just the doesn't work one several days ago.

Post Reply