hi,
i have a table with customer information(name, date of birth etc)
i have created a windows form in c# and binded it with the database.
the thing i want is retrieve the DOB from database and calculate the customers current age n display in a label in the form;;
i dont want to store the customer age in the database since age gets updated year by year...