<%@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 = Recordset1.Count() MsgBox("marijA") %> Tempus history
 

www.ec.europa.eu/tempus

www.fon.edu.mk
www.uklo.edu.mk
http://www.seeu.edu.mk/english/index.asp
www.nyus.edu.mk
www.mon.gov.mk
 
WELCOME TO TEMPUS MACEDONIA
The most significant support to higher education reforms and to higher education capacity building for sup­port to the socio-economic trans­for­mations 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.
 



www.ukim.edu.mk


www.ugd.edu.mk

Copyright © 2007      TEMPUS Office at Ministry of Educations and Science of the Republic of Macedonia        All Rights  reserved
<% Recordset1.Close() Set Recordset1 = Nothing %>