Hey,
Is there a way to get a field out of an access database which is in DateTime format to be displayed on screen as a string? I'm using Borland C++. I've tried this but it doesnt work:
With this code, I get a data mismatch error.Code:this->SearchLoanStartEdit->Text = searchQuery->FieldByName("rented")->AsString;
Thanks


LinkBack URL
About LinkBacks
Reply With Quote
