visual basic 2012

  1. M

    Question how to improve my code for loading more faster in datagrid view

    Dim db = New database Dim dt As New DataTable With db .sqlStr = "Select itemprod_id as ProductID, item_name as BrandName, item_description as ItemDescreption, company_id as Company, quantity_stock as Stock, stock_alertcntr as alert, wprice as CompanyPrice, price as RetailPrice...
  2. D

    Errors on database insert - works only sometimes

    I'm working in Visual Studio 2012 and I'm running this code to insert a row into a history database when a field on an asp.net page is changed. It seems to work 1 out of every three times I test it without debug on - and has absolutely no problems when running in debug mode (which made me think...
  3. D

    Works in debug - not live

    Hi, I'm having and issue that my code works perfectly while in debug mode, but does nothing in live. I don't receive any errors - it just doesn't insert the row into the database. -NEVERMIND it needed to add a "Wait" function so the values could catch up.
Back
Top