Hi
It is not enough of having it in globals in
VB. You need to have the following in site.asp
<%
' Globally define certain site metrics, such as its name and domain...
' globally define attribute datatypes...
Const atInvalid = -1
Const atString = 0
Const atLong = 1
Const atDouble = 2
Const atDate = 3
Const atBoolean = 4
Insert this code at the beginning of site.asp. It will work fine
suvi65