insertar fecha a la base de datos / add fiel fecha to database... - Forum

Forum Navigation
You need to log in to create posts and topics.

insertar fecha a la base de datos / add fiel fecha to database...

@luihp

SPANISH

Hola, tengo un campo fecha dentro de mi tabla... pero cuando le inserto datos no me inserta la fecha sino numeros.... como puedo solucionar esto para que me

almacene los datos ingresados en la variable fecha?

SetVar [fecha] [NAB.DayNum]/[NAB.MonthNum]/[NAB.Year]

 

ENGLISH

Hello, I have a date field in my table... but when I insert data it does not insert the date but numbers... how can I solve this so that I can

store the entered data in the variable date?

 

SetVar [fecha] [NAB.DayNum]/[NAB.MonthNum]/[NAB.Year]

tHANKS

What sort of database are you using? I ask because SQLite doesn't have a field type for dates and time, so storing such values as numbers is normal.

If you are not using SQLite, if you can please show the SQL definition of the table in the database, I might have more ideas.

luishp has reacted to this post.
luishp