Search results for query: *

  1. K

    Binding DateTimePicker

    Paszt.. I was actually referencing the wrong table. Sorry for the oversight. Thanks for all your help.
  2. K

    Binding DateTimePicker

    Yes, its a short datetime field. I've read other posts regarding this issue and the following code should resolve the issue, but I am unclear on exactly what/how a bindingsource works? Any idea on how I can implement a bindingSource with the limited code I've provided? Thanks for the help...
  3. K

    Binding DateTimePicker

    thanks for the tip... I've changed the field name to WDATE in the table (ms-access) and used a data table in place of a dataset, but still getting the same error. I've also included the code to bind TEXT field. What am I doing wrong? Thanks alot Dim SqlAdapt As New...
  4. K

    Binding DateTimePicker

    Hi.. I'm trying to bind a DateTimePicker from a dataset, but getting a "cannot bind to property error". Here is the code. Please help... Dim SqlAdapt As New OleDb.OleDbDataAdapter("select * from TBL", conn) Dim ds As New DataSet SqlAdapt.Fill(ds)...
Back
Top