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
Mon, Nov 26 2007 3:28 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

I've altered my data transfer code so that it now ends up in ElevateDB format, I've a couple of utilities to bring up to date and then I start on the app. Are there any benefits of using a TEDBQuery rather than a TEDBScript throughout?

Reason for the question is that the start of the conversion will be a global string change. I can either change everything to TEDBScript or to TEDBQuery and try to handle the problems left over. I'm not sure which will be easier and which will give me the most benefits.

Input from anyone welcomed.

Roy Lambert
Mon, Nov 26 2007 5:32 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I've altered my data transfer code so that it now ends up in ElevateDB
format, I've a couple of utilities to bring up to date and then I start on
the app. Are there any benefits of using a TEDBQuery rather than a
TEDBScript throughout? >>

The TEDBQuery compilation time is less, so I would use the TEDBQuery
component unless you absolutely need to execute a script.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image