hello everyone
im working on VB.Net Mysql database type
i have table name (visits) with DateTime field (sdat) i use it to store discharged patients
and another DateTime field (edat) i use it to store patients attendance
so in my Aplication I have a status of the patient still admitted inside the hospital or discharged
my Idea to do that is by having a condition for example only
( if edat is >= Date.Now) then admistion.Visible = True
how can i get the last stored DateTime in (edat) for the patients which is for Discharges and then use it inside my code what is the best way to use
thank you in advance
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.