vb6 - I can't add a data date value to firebird when the day portion is greater than 12 -




i have odd problem vb6.0 programming when add value database firebird dtpicker or calendar. when add date day 1 12 can add database, when try add date day 13th or above shows error message

run-time error '-2147467259'(80004005)':
[odbc firebird driver][firebird]conversion error string "13/08/2017"

the type in database "date", when turn type in database "varchar" fine, "varchar" cannot function date.

image





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -

python - Read npy file directly from S3 StreamingBody -