Hi i am developing an application i want to store data and image in a single table pls give the solution ?
I think you can apply this on MS Access http://fci-h.blogspot.com/2008/04/how-to-save-image-in-sql-server.html at least if you read this post you can do it.
Do you want to save the image itself inside of the database, or would you rather save the path to the image in the database?
The only real difference is database size, and file transport.
hai use data as text in msaccess and picture as object.convert ur picture as byte and it is stored in msaccess thanking u