Results 1 to 4 of 4

Thread: Problems with VB.NET URGENT !!!!!!

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2004
    Posts
    2

    Angry 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

  2. #2
    Hyperactive Member CyberHawke's Avatar
    Join Date
    May 2004
    Location
    Washington DC
    Posts
    477
    is this something that you could do with a bulk operation?
    Whadayamean it doesn't work....
    It works fine on my machine!

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2004
    Posts
    2

    !

    No it has nothing to do with a bulk operation !!
    Thanks anyway

  4. #4
    Hyperactive Member CyberHawke's Avatar
    Join Date
    May 2004
    Location
    Washington DC
    Posts
    477
    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
  •  



Click Here to Expand Forum to Full Width