Search results for query: *

  1. J

    VB.Net 2003 Versus VB.Net 2005

    2005 is on the .NET2.0 framework, which is not widely spread yet.... HTH John
  2. J

    checking if a selected time is in the past

    1. Try This: PrivateSub cmdLoadLbx_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdLoadLbx.Click Me.lbxTimeRangeToCheck.Items.Add("00:00-02:00") Me.lbxTimeRangeToCheck.Items.Add("02:00-04:00") Me.lbxTimeRangeToCheck.Items.Add("04:00-06:00")...
  3. J

    Rowfilter & to_date function for Oracle

    is your string build up correct? try catching it in msgbox and check the line... HTH John
  4. J

    storing image into oracle database using vb.net winforms

    Search for append chunk and oracle blob... there is also sample code avalible at http://otn.otacle.com HTH John
  5. J

    Writing Oracle Triggers

    Use a job instead..... John
Back
Top