%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_Tempus_STRING
Recordset1.Source = "SELECT * FROM Novosti"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
Tempus history
|
 |
| |
|
|
| WELCOME TO TEMPUS MACEDONIA |
|
| The most significant support to higher education reforms and to higher education capacity building for support to the socio-economic transformations in the country provides the European Community Programme Tempus. The Programme supports intensive cooperation among higher education institutions from the Republic of Macedonia, the EU Member States, the candidate countries and the Western Balkan countries. |
|
|




|
 |
|
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>