Can we save image file in database

Status
Not open for further replies.

nikku12982

Broken In
Can we save image file in database(like oracle or Sql server),if possible then tell me possible ways how can we do it. waiting for reply...........
 

patkim

Cyborg Agent
The table column data type should be BLOB, Binary large object, to store images and/or any other binary files like Word doc etc.

Not too sure if there are any tools or interface to do that but sample code should be available on thet net. It could also be language specific like in VB, Java etc.
 

din

Tribal Boy
Yes, it can be done

But usual way is, copy the file to a folder and save the path or file name in DB.
 
Status
Not open for further replies.
Top Bottom