|
-
Jul 7th, 2004, 06:02 AM
#1
Thread Starter
New Member
Problems with VB.NET URGENT !!!!!!
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
-
Jul 7th, 2004, 06:22 AM
#2
Hyperactive Member
is this something that you could do with a bulk operation?
Whadayamean it doesn't work....
It works fine on my machine!

-
Jul 7th, 2004, 05:02 PM
#3
Thread Starter
New Member
!
No it has nothing to do with a bulk operation !!
Thanks anyway
-
Jul 7th, 2004, 05:32 PM
#4
Hyperactive Member
No I was asking if you can do it with a bulk insert, the reason is, you could populate a datatable and then use a dataadapter to insert all the new rows you add to the datatable, It would take a lot less time.
Whadayamean it doesn't work....
It works fine on my machine!

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|