How are you working with them?
They are working form me doing the following:
In one side this is what I do.
Set rst = dbConn.Execute("SELECT STATMENT")
strFileName = "C:\\Path\file.xml"
rst.Save strFileName, 1 'adPersistXML
Then to read it back I just do this?
strFileName = "C:\\Path\file.xml"
Given your query, you would access it like:
$avgField = $avg->fields['avg(fieldname)'];
You can also change your query to use an alias like:
"select avg(fieldname) as theAvg from tablename"
HTH,
Scott
-Original Message-
From: bobbie bob [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 21