Skip to main content
Nintex Community Menu Bar

K2 ROM: Connection

  • February 10, 2007
  • 0 replies
  • 0 views

Forum|alt.badge.img
Why isn't there a connectionstate property on the connection object?

instead i must do:

try
k2conn.open(k2server)
' do something

catch ex as exception
' handle error
finally
try
k2conn.close()
catch
end try
end try

What's up with that?