ODBCDatabase set SQL_ATTR_QUERY_TIMEOUT

I am trying to set attributes such as SQL_ATTR_QUERY_TIMEOUT for an ODBCDatabase. I don’t believe there is an ODBCConstant for this in Xojo. How can I use ConnectionAttribute to set this (and other) attribute values?

That particular attribute needs to be setup on a per SQL statement basis, which we haven’t added any support for. Please file a feature request if this is important to you, thanks.