Search results for query: *

  • Users: hubbard92
  • Content: Threads
  • Order by date
  1. H

    Reading/Writing to Excel Spreadsheet

    Hello, I'm trying to figure out how to read and write to an excel spreadsheet. I found a prevoius post and had the following example to read an excel spreadsheet. Have found other examples also, which all have had the following statement (XXXX = NEW Excel.Application). I have referenced...
  2. H

    datetimepicker control looping

    Hi, I have a datetimepicker control on my form and when I run the app and select the drop down arrow to pick a date on the datetimepicker control and then try and select a different month, the app starts repeating the DateTimePicker1_ValueChanged event over and over each time incrementing the...
  3. H

    SQLException

    Hi, I'm trying to write my first vb.net program to update a date/time field in a SQL database. I'm trying to update the table by using passing a date parameter to a stored procedue and then run the stored procedure to update my table. I'm receiving the following error message: First, my...
  4. H

    Incorrect date being updated

    Hi, I'm new at vb.net and am trying to write a program to update a sql server 2000 database datetime field using ado.net. I'm pulling my date (Dec 12, 2006) from a datetimepicker control. I've tried to format the date to be "yyyy-mm-dd" which updates the sql table with a date value of June...
Back
Top