Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread table.lastupdated
Tue, Dec 25 2007 11:06 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Is there a way to do the equivalent of this DBISAM code

cmLastUpdate := lu.CallMenu.LastUpdated;

(ie datetime := table.LastUpdated)

in ElevateDB or do I have to query the OS?

Roy Lambert
Thu, Dec 27 2007 3:43 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Is there a way to do the equivalent of this DBISAM code >>

No.

<< in ElevateDB or do I have to query the OS? >>

Querying the OS will only get you to a certain level of precision in terms
of the file's date and time stamp, but yes, that will do approximately what
you want.

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, Dec 28 2007 5:26 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

><< Is there a way to do the equivalent of this DBISAM code >>
>
>No.

Is there an official ElevateDB way to determine if a table has changed (other than running through every record to see)?

Roy Lambert
Fri, Dec 28 2007 3:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Is there an official ElevateDB way to determine if a table has changed
(other than running through every record to see)? >>

Triggers and logging the changes.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sat, Dec 29 2007 5:36 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


>Triggers and logging the changes.

I assume you don't mean Configuration.LogEvents since that's read only, trying to alter it inspires me to ask "how do I clear it?"

Roy Lambert
Sat, Dec 29 2007 12:31 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I assume you don't mean Configuration.LogEvents since that's read only,
trying to alter it inspires me to ask "how do I clear it?" >>

No, LogEvents is read-only and cannot be cleared by any other means besides
simply deleting the log file (EDBConfig.EDBLog).

--
Tim Young
Elevate Software
www.elevatesoft.com

Image