Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. conio96

    Calculate number of days between 2 date

    Hi, I have 2 string, "Feb 22, 2004" and "Mar 2, 2004". Is there any way to convert the string to date and get the day difference between these 2 string with visual c++?? Hope to hear from you soon. Thanks a lot.
  2. conio96

    String to Date

    Hi, I will extract record from text file and update it to database. But I will receive a type mismatch error when trying to update a string to a date field. So, is there any way to check whether that particular string is a date or not, if it is, then insert to the table, else skip. Thanks a lot.
  3. conio96

    DAO with Visual C++

    Hi, I'm trying to access my mdb file by using DAO in VC++. But I received an error message saying that the format is unrecognised. So, I use db.create to create a new mdb file, and it works fine. But everytime I want to open that mdb file, the access will prompt me asking me to convert the file...
  4. conio96

    How to use DAO in Visual C++??

    Hi, I'm trying to implement a database application with Visual C++ and DAO. I have found out from internet that I need to install the SDK in order to use the DAO. So, I have install the DAOSDK from my Visual C++ CD. I received the following message when I include dbdao.h to my program. The...

Part and Inventory Search

Back
Top