i have use a column of called driverIdnumber and have a Date of birth in a new column using ID number of the driver,please help
katimaDM - is my data module

katimaDM->tblDriver->edit();
katimaDM->tblDriver->field->fieldbyName("DriverDOB")->AsAnsiString = ............//this part im lost
katimaDM->tblDriver->post();

Recommended Answers

All 2 Replies

What language/database system is this? Please provide a compilable example of what you are trying to do and maybe someone will be able to get it to work for you.

David

im using microsoft access and c++ borland builder

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.