What is the most correct method to save or extract a jpg? In VB6, I use ADO 2.6 and that uses ado stream.
In VB.Net, I notice that it uses SqlCommand with the SQL "Insert" statement.
Printable View
What is the most correct method to save or extract a jpg? In VB6, I use ADO 2.6 and that uses ado stream.
In VB.Net, I notice that it uses SqlCommand with the SQL "Insert" statement.
Hi, this article provides a good example of what you are trying to do:
CodeGuru: Load Images from and Save Images to a Database
Appreciate your reply.
That is actually the example I was using to compare to the old method, but the article that you provided is what I am looking for as a confirmation.
Thank You again CyberHawke.