备受汶莱华人瞩目的2009年真情岁月全国华语歌唱大赛6月14日在汶广中文台大礼堂举行大决赛,八强歌手经过现场角逐,彭永源赢得冠军。现场观众众多,座无虚席。

主办当局汶广中文台和易华网在真情岁月全国华语歌唱大赛大决赛中精心设计了歌手自我介绍、自选歌曲和指定歌曲演唱等比赛环节。观众体验到真情岁月大决赛的确是继主办方举办星秀汶莱系列歌赛后,汶莱华语歌坛的另一高峰。

汶广中文台成绩报告(第一集)
汶广中文台成绩报告(第二集)
 
 
欢迎点击欣赏参赛歌曲....
Copyright © 2009 Mandarin Song 2009. All rights reserved.
Designed and Developed by: Adison Marketing Services.
<% Sub OpenDatabase Dim kConnect 'sets the recordset and connection and opens the database connection set adocon = server.CreateObject("adodb.connection") kConnect = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("singing.mdb") adocon.Open kConnect End Sub Sub CloseDatabase 'closes the recordset and database connection adorec.close set adorec = nothing adocon.close set adocon = nothing End Sub Sub connectToDB(sSQL) OpenDatabase Set adorec = adocon.Execute(sSQL) If Not adorec.EOF Then DBRows = adorec.getRows() iMax = UBound(DBRows,2) Else iMax = -1 End If CloseDatabase End Sub %>