WORLD SAFFRON AND CROCUS COLLECTION Bank of Plant Germplasm of Cuenca (BGV-CU). Number of Accessions by Origin (source) Country |
||||||||||
![]() |
||||||||||
HOME | ||||||||||
![]() |
||||||||||
![]() |
<%
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 ConsultCountriesGen"
Set registros=conexion.Execute(sql)
%>
<% registros.Close Set registros = Nothing conexion.Close Set conexion = Nothing Set con= Nothing %> |
|||||||||