<%@LANGUAGE="VBSCRIPT"%> <% set oRs = Server.CreateObject("ADODB.Recordset") oRs.ActiveConnection = MM_ressource_STRING oRs.Source = "SELECT * FROM auteur_traverses" oRs.CursorType = 0 oRs.CursorLocation = 2 oRs.LockType = 3 oRs.Open() oRs_numRows = 0 %> <% set oRsTheme = Server.CreateObject("ADODB.Recordset") oRsTheme.ActiveConnection = MM_ressource_STRING oRsTheme.Source = "SELECT * FROM themes_traverses" oRsTheme.CursorType = 0 oRsTheme.CursorLocation = 2 oRsTheme.LockType = 3 oRsTheme.Open() oRsTheme_numRows = 0 %> Untitled Document

 

 


Documentation Centre Catalogue

GRET's documentation centre is a specialised information service for development. It provides technical, economic, and methodology information in GRET's fields of action.

The documentation centre welcomes the outside public by appointment
Contact Véronique Beldame
Email : beldame@gret.org
Tel : 01 40 05 61 14

Consult the documentation centre's catalogue



<% oRs.Close() %> <% oRsTheme.Close() %>