<%@LANGUAGE="JAVASCRIPT"%> [an error occurred while processing this directive] <% var RPROJEK = Server.CreateObject("ADODB.Recordset"); RPROJEK.ActiveConnection = MM_mppdb_STRING; RPROJEK.Source = "SELECT Projek.namaProjek, Projek.mulaProjek, Projek.akhirProjek, Projek.idBiro, Projek.catatanProjek, Projek.tempatProjek, Biro.namaBiro FROM Projek, Biro WHERE Projek.idBiro = Biro.idBiro ORDER BY mulaProjek"; RPROJEK.CursorType = 0; RPROJEK.CursorLocation = 2; RPROJEK.LockType = 3; RPROJEK.Open(); var RPROJEK_numRows = 0; %> <% var Rsidang = Server.CreateObject("ADODB.Recordset"); Rsidang.ActiveConnection = MM_mppdb_STRING; Rsidang.Source = "SELECT sidangdr, sidangke FROM VisiMisi"; Rsidang.CursorType = 0; Rsidang.CursorLocation = 2; Rsidang.LockType = 3; Rsidang.Open(); var Rsidang_numRows = 0; %> <% var Repeat1__numRows = -1; var Repeat1__index = 0; RPROJEK_numRows += Repeat1__numRows; %> Majlis Perwakilan Pelajar USM - Latarbelakang
Laman Utama
LatarBelakang
Visi
Misi
Carta Organisasi
Biro
Projek
Aktiviti

PROJEK-PROJEK MAJLIS PERWAKILAN PELAJAR USM
SIDANG 2001/2002

©2002 Majlis Perwakilan Pelajar Universiti Sains Malaysia,Pulau Pinang.

 

<% RPROJEK.Close(); %> <% Rsidang.Close(); %>