Hi all
I'm developing a program that requires users to store and retrieve images from a database. I'm using C# and I currently have some images stored directly on the database, but I hear that this is probably a bad idea. What is the correct way of storing and retrieving images(or any other multimedia file) from a database with C#? Also if anyone can provide me with some material that explains best practices for interacting with databases in C# or java, this would be greatly appreciated.
Thank you
I'm developing a program that requires users to store and retrieve images from a database. I'm using C# and I currently have some images stored directly on the database, but I hear that this is probably a bad idea. What is the correct way of storing and retrieving images(or any other multimedia file) from a database with C#? Also if anyone can provide me with some material that explains best practices for interacting with databases in C# or java, this would be greatly appreciated.
Thank you