Setel Projets pertama . Anda variabel objek ke New ADODB.Recordset
, lalu panggil .Open
metode.
Dim rstProjets As ADODB.Recordset
ConnectMySQL
Set rstProjets = New ADODB.Recordset
rstProjets.Open "SELECT * FROM subventions LIMIT 5", mysqlConn
Setel Projets pertama . Anda variabel objek ke New ADODB.Recordset
, lalu panggil .Open
metode.
Dim rstProjets As ADODB.Recordset
ConnectMySQL
Set rstProjets = New ADODB.Recordset
rstProjets.Open "SELECT * FROM subventions LIMIT 5", mysqlConn