How to monitor the progress of a VB.NET INSERT query?

Asked

Viewed 177 times

4

I’m storing files in a database SQL server using a varbinary(max) field. I wonder if it is possible to detect the progress of the file upload (in which case it would be a INSERT in the table) using VB.NET.

If progress cannot be made, an estimate would already help.

  • How is Insert done? You turn the file into an array of byte?

  • Yes, I transform it into a byte array. Normally the Insert takes about 4 to 8 seconds to finish because it is small. I wanted to monitor progress if possible

  • 3

    Young man, you have how to post the code of the Insert?

  • @LINQ think will not post no. The ideal is to close for lack of clarity since it is too old to migrate.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.