Skip to main content
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?
Be the first to reply!

Reply