Search results for query: *

  • Users: 13063154
  • Content: Threads
  • Order by date
  1. 1

    SQL Delete Statement

    Hi I am trying to set a delete statement to remove a student from a SQL server database. My statement is as follows: (It reads the data into a datagrid and then the user can select the line in the datagrid and then choose delete button) Case "Delete" Try Dim row As DataRow row =...
  2. 1

    Validating a combobox

    Hi I know this seems like a stupid question, but can somebody please help! I need to check that any value is selected in the combobox before i can allow the report to be generated. The reason for this is the combobox contains a value for the amnout of years an employee has worked. This value...
  3. 1

    Communicating with excel file

    Hi I am using visual studio 2003, vb.net. I am trying to read information from an excel worksheet and then write it to a new excel worksheet in a formatted way. In other words I am trying to read from two columns A and B getting a time and venue value out of the columns, i then want to...
  4. 1

    checkbox and odbc connection

    Hi everybody I am creating a simple application that has checkboxes, textboxes and buttons. I can send the information in the textboxes to the database with no troubles but as soon as i try to send the checkboxes it throws "error with insert into statement" exception. I have set the database...
Back
Top