Jump to content
Server Maintenance This Week. ×

Filemaker 12 ODBC - timestamp problem


This topic is 4112 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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

Link to comment
Share on other sites

This topic is 4112 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.