In our database we use the boolean values 'T' and 'F'. i need to: - save 'T' and 'F' from the application to db. - read 'T' and 'F' from db and interpret it as true or false
In our database we use the boolean values 'T' and 'F'.
i need to: