Hi Jim
I understand the “Query Timeout” setting actually means Disable Query Timeout. In 2009.1 we added the connection keyword “Disable Query Timeout”
Can you try using
Query Timeout = 1
in the connection string.
Apologies for the confusion if this addresses it. If not let me know and I’ll pursue.
All the best
James
--
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare Community" group.
To post to this group, send email to Ensemble-in...@googlegroups.com
To unsubscribe from this group, send email to Ensemble-in-Healt...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Ensemble-in-Healthcare?hl=en
Thanks Jim
Sorry to hear.
I have it working using
Dim ConnString = "DRIVER={InterSystems ODBC};SERVER=127.0.0.1;PORT=56776;DATABASE=SAMPLES;UID=_SYSTEM;PWD=SYS;Query Timeout=1;"
Dim Conn As OdbcConnection
Conn = New OdbcConnection(ConnString)
Conn.Open()
And where I put a Hang 120 in the SqlComputeCode for one field.
I’ll speak to my colleagues on the ODBC side since I was using a later ODBC driver but I can’t see any reports of this not working with a 2009 ODBC driver.
Best wishes