During a recent discussion with a few friends in building web DB. I presented the ASP-db quickie (many of you may have forgot or never use). It pretty much knocked everybody's sock off !!! Take a much longer time to explain that this is not a 'canned' demo and it is not a demo at all than to type in the few lines of aspx code -

<script language='vb' runat='server'>
Sub Page_Load(Source as Object, E as EventArgs)
Dim M As New Tornado.z
M.ASPdbNET("Q=orders|D=Nwind")
End Sub
</script>


Frank