Search results for query: *

  • Users: Cliff
  • Content: Threads
  • Order by date
  1. C

    Delete problem

    I'm trying to delete a row from my databound datagridview.... here is my code so far Dim adapter As OleDb.OleDbDataAdapter = New OleDb.OleDbDataAdapter(publicStr, conn) adapter.DeleteCommand = New OleDb.OleDbCommand("DELETE FROM Waarnemers WHERE Naam = Henk", conn)...
  2. C

    datagridview + dataset

    Hi , I'm using a VISUAL STUDIO 2005 edition... I want to use a datagridview to display the data from a access database. Also I want to use a dataset to make a connection with the database. Can someone please tell me how I can do this without using the Add Data Source Wizard which is build in...
  3. C

    SerialPort Question

    Hello everyone , I hope someone can help me with my problem. I’m having a problem with a serial port. I’ve connected a balance to my laptop and I want to get the data from the balance on my computer. So when I weigh something it should be possible to see the weight on my screen. First off all...
Back
Top