what if
but what if I am dealing with dates prior to 1970 ?
if i am aksed to insert a data in precreated table whose schema i am not allowed to change, what would be my approach ? i tried sqlite3_bind_text(addstmt, 1, "28-DEC-1947", -1, SQLITE_TRANSIENT)
I get error "SQL logic error or missing database"
thanks and regards