CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Mar 2009
    Posts
    17

    Smile Date control with SQL embeded in VC++

    Hi,

    I am doing programming with VC++ 2008, it needs to access ACCESS file with date control.

    I pasted a "Date Time Picker" in MFC project. My intent is to retreave the value of the selected date in "D/T Picker" and search in database by this value of date. How? Any better solution?

    A second question, how to transfer number between VC++ and SQL?

    Thank you.


    Sunny
    Last edited by sunnyyang; September 20th, 2010 at 07:15 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured