[Zope] connectionIsValid

Daniel G. Rusch drusch@globalcrossing.com
Tue, 14 Dec 1999 15:48:48 -0600


The following works just peachy:

<dtml-if "Database.connected()">
Yes
<dtml-else>
No
</dtml-if>

Why doesn't this work?

<dtml-if "Database.connectionIsValid()">
Yes
<dtml-else>
No
</dtml-if> 

What is the syntax of connectionIsValid; am I doing something incorrect?

Thanks,

DR