%@ Language=VBScript%> <% Dim ngDate,currentDate gDate = Year(gDate)&"-"&Right("0" & Month(gDate), 2)&"-"&Right("0" & Day(gDate), 2) mySQL = "SELECT * FROM JUKS09_16032009" 'response.write mySQL Call OpenDBSymposiumFB() Set objRS = objConn.Execute(mySQL) ' Save it as an .xsl document Response.ContentType = "application/vnd.ms-excel" 'Response.ContentType = "text/html" ' List all the chosen columns in the table Response.Write "
| Number | " Response.Write "Title | " Response.Write "First Name | " Response.Write "Family Name | " Response.Write "Designation | " Response.Write "Organization | " Response.Write "Contact No. | " Response.Write "|
| No records found. | |||||||
| "&(rowcounter+1)&" | " & vbcrlf response.write ""&alldata(0,rowcounter)&" | " & vbcrlf response.write ""&alldata(1,rowcounter)&" | " & vbcrlf response.write ""&alldata(2,rowcounter)&" | " & vbcrlf response.write ""&alldata(3,rowcounter)&" | " & vbcrlf response.write ""&alldata(4,rowcounter)&" | " & vbcrlf response.write ""&alldata(5,rowcounter)&" | " & vbcrlf response.write ""&alldata(6,rowcounter)&" | " & vbcrlf response.write "