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 IamaSherpa 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. drinkmilk

    Problem with a CString

    Ok, thanks a lot for all this information !
  2. drinkmilk

    Problem with a CString

    Thanks a lot, you got the solution. I guess that the GetFieldValue function has had '\0', and I don't know why. But why does a cast to (LPCTSTR) resolves the problem ? I don't get that.
  3. drinkmilk

    Problem with a CString

    Hi, I am making a request on a microsoft Access data base: Code: CDBVariant varValue; CString repere; record.GetFieldValue((short)0,varValue); repere = *varValue.m_pstring; everything seems Ok till here when I debug (ex: repere "310.96") Then I add the repere's value in buffer...

Part and Inventory Search

Back
Top