Hi Ted,
The dates on the existing table are not .NULL..When I get the date using what 
you suggested, datetime(yourfield,'unixepoch','localtime'), I get this date on 
an MEMO field 1984-10-05 23:00:00. This date is not the actual date on the 
other application. The date should be in 2017.The actual value stored on the 
actual SQLite table is 459316800. 
There's a disconnect from what the other application is saving to what I am 
able to read. I am not able to talk to the other application programmer. I've 
read a lot of documentation about SQLite, but nothing that could actually help 
me.
Thanks,
Jose.

Message: 7
Date: Wed, 26 Apr 2017 16:58:56 -0400
From: Ted Roche <tedro...@gmail.com>
To: profoxt...@leafe.com
Subject: Re: Reading from SQLite
Message-ID:
    <cacw6n4ted4w_w0ik59nd+c30yh+tnqhn6gfdq+zgesxuymt...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

.NULL. is a perfectly valid date.

If you're getting numbers, you're likely getting dates stored as days
since some arbitrary date. Try:

select datetime(yourfield,'unixepoch','localtime') from yourtable;

José Olavo Cerávolo
http://www.ceravoloconsulting.com/

--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/547081955.12729827.1493309867...@mail.yahoo.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to