Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread TEDBScript Close?
Thu, Mar 28 2019 9:22 PMPermanent Link

Ian Branch

Avatar

Hi Team,
If I run TEDBScript.ExecScript, is the script 'session' closed at the completion of the script or do I need to do a TEDBScript.Close?

Regards,
Ian
Mon, Apr 1 2019 2:35 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ian,

<< If I run TEDBScript.ExecScript, is the script 'session' closed at the completion of the script or do I need to do a TEDBScript.Close? >>

Scripts/stored procedures have the same lifecycle as statements: Prepared/Opened/Closed/UnPrepared, with the caveat that not manually preparing causes the Prepare/UnPrepare state changes to get merged with the Open/Close state changes.

Tim Young
Elevate Software
www.elevatesoft.com
Image