Newbies riverakid Posted January 30, 2013 Newbies Posted January 30, 2013 Hi, I'm using 64-bit ODBC to read/write data from/to filemaker. I have some problems with timestamp data type. Writing is working correctly: INSERT INTO ScriptChangelog (SaveTime, Message) VALUES(time, msg) The SaveTime value (timestamp) is corretly stored in db. Reading of SaveTime is not working: SELECT SaveTime, Message FROM ScriptChangelog The Message is OK, SaveTime is empty. Note that date or time types are not working too... The client is a program written using Qt5 library for ODBC access. So don't know if there is a bug in FM12 or the client part... Has anyone expirienced this problem? Thanks for help
Lee Smith Posted January 30, 2013 Posted January 30, 2013 Automatic message This topic has been moved from "User Group Central - Sponsored by FMPug.com" to "External Data Sources". The User Group Central a sponsored topic area and is reserved for their announcements, etc. not for asking how-to questions.
Recommended Posts
This topic is 4315 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now