aspose file tools
The moose likes JDBC and the fly likes TCP/IP Connection lost Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "TCP/IP Connection lost" Watch "TCP/IP Connection lost" New topic
Author

TCP/IP Connection lost

karan chandok
Greenhorn

Joined: Jul 15, 2011
Posts: 21
When I try to insert large size file in DataBase table,

After sometime it shows following error

"TCP/IP Connection lost"

what to do for this?

Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2407
Catch the exception and try again. Note that DBs are not a good place to store files, though. Better to store them in the file system and store only the path in the DB.
Martin Vajsar
Bartender

Joined: Aug 22, 2010
Posts: 2328
    
    2

Tim Moores wrote:Note that DBs are not a good place to store files, though. Better to store them in the file system and store only the path in the DB.

I wouldn't say so. Both methods have their pros and cons, which were thoroughly discussed on this very site many times in the past, but both ways are definitely viable. In this case, if an unstable connection prevents storing large files into the DB, I'd be afraid other problems will pop out soon.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: TCP/IP Connection lost
 
Similar Threads
protocol used by Socket!!!
HTTP Protocol
Running REXX remotely
question about tcp/ip vs UDP
is HTTP is connection oriented