Hi
I am trying to save JPEG images on a SQL database from VB.NET at a rate of 25 images per second using the ExecuteNonQuery() method.
The problem is that at each execution this method is wasting approximatively 400 ms wich is a disaster.
I need help it's URGENT: Is there any other way or method to do this ?????
Thank You