> is it possible to access database in vxml script? Not directly. The only way you can get data into or out of a VXML script is through a web server. The web server is the gateway to the rest of your computing universe. The most explicit and, in my opinion, cleanest way to do it is with the <data> tag. Doug Campbell