WORLD SAFFRON AND CROCUS COLLECTION Bank of Plant Germplasm of Cuenca (BGV-CU). Number of Accessions by Collector (s) |
||||||||||||
![]() |
||||||||||||
HOME | ||||||||||||
![]() |
||||||||||||
![]() |
Under Construction.....No Germplasm Available...
<%
Dim con,rs,sql,datos
Set Conexion=Server.CreateObject("adodb.connection")
Set Tabla=Server.CreateObject("adodb.recordset")
Conexion.Open "Driver={Microsoft Access Driver (*.mdb)}; " & "Dbq=" & Server.MapPath("/CrocusBank.mdb")
sql= "SELECT * FROM ConsultCollectorGen"
Set registros=conexion.Execute(sql)
%>
<% registros.Close Set registros = Nothing conexion.Close Set conexion = Nothing Set con= Nothing %> |
|||||||||||