Sql Uery In Vb 6.0......

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhaskar191
    New Member
    • Apr 2008
    • 2

    Sql Uery In Vb 6.0......

    How We Are Perform Search Between Two Dates Which Is Enter By User With Datepickr1 And Datepicker 2 In Visual Basic 6.0.....
  • epots9
    Recognized Expert Top Contributor
    • May 2007
    • 1352

    #2
    Moved to the VB Forums where the resident experts can better assist you. Also try posting your code so the error can be easily seen.

    **Moved form Programming Challenges.

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Convert the date to proper format from Dtpicker and then use BETWEEN in SQL query to filter the records.

      Comment

      Working...