Search results for query: *

  1. J

    Outlook com addin

    Help! I have created a program which sends out orders via email which works well until someone changed their office 2003 to office 2007. I understand (I hope) that I need to reference to Microsoft Outlook 12 Object Library. The question is - If it is not on my machine can I download the...
  2. J

    DataGridView problems

    Thanks for the help - I will give it a try and see what difference it makes!
  3. J

    DataGridView problems

    Tried using the binding source object, and it reduces 21000 records down to a minute and a half to process. I will have a go at the data reader, as you say, I will not be using it. This is primarily for display purposes only. Trouble is because I am new to this, I never know what is deemed...
  4. J

    DataGridView problems

    Binding Source object? Sorry a bit new to ADO.NET, well VB in general really. Do you have an example I could use.
  5. J

    DataGridView problems

    Dim objDbStock As OleDb.OleDbConnection = new OleDb.OleDbConnection("Provider=microsoft.jet.oledb.4.0; data source='" & objSettings.DatabaseLocation & "';jet oledb:database password=") Dim objDaStock As OleDb.OleDbDataAdapter = New OleDb.OleDbDataAdapter("Select * from Stock_File where...
  6. J

    DataGridView problems

    Hello all, I have been using VB.NET 2005 for the past month or so, and created a project which utilises the Datagridview. The project reads a number of access tables and allows the user to edit, update, add etc... All works without problem until I decide to read a table with a number...
Back
Top