RE: ADODB XML Update Recordset

2002-12-16 Thread Fernando Grijalba
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

RE: adodb

2002-05-21 Thread Hathaway, Scott L
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,