Search results for query: *

  • Users: peterk
  • Content: Threads
  • Order by date
  1. P

    Default value in SQL not being saved

    Hello all, I have a simple SQL table with a datetime field that has a default value of getdate(). I created a .net application using datagrids that connects to the sql table. Here is the code in .CellValueChanged Me.Validate() Me.TblMemoBindingSource.EndEdit()...
  2. P

    IO.StreamReader problems with accents

    My program is very simple. All it does is read a file that has file names and their corresponding paths. It then checks to see if the files exist. If not, it writes to another file. A problem occurs when file names have accents (é) for example. StreamReader cannot read these characters and it...
  3. P

    Trouble refreshing dataset

    Hello all, I'm new to vb.net and I'm having trouble with my adapter.fill statements. I have two tables in an Access database where the number of records are virtually identical. I have a query that links the two tables and displays the records that are not identical. One of the two tables...
Back
Top