M
Misha
Hello!
I need to create a recordset published on web using ADO. I did as follow but
without any result. What is wrong?
Dim strCon As String
strCon =
"URL=http://www.bnm.md/md/official_exchange_rates?get_xml=1&date=31.03.2009"
Dim cn As New ADODB.Connection
cn.Open strCon
Dim rs As New ADODB.Recordset
rs.Open , cn
I need to create a recordset published on web using ADO. I did as follow but
without any result. What is wrong?
Dim strCon As String
strCon =
"URL=http://www.bnm.md/md/official_exchange_rates?get_xml=1&date=31.03.2009"
Dim cn As New ADODB.Connection
cn.Open strCon
Dim rs As New ADODB.Recordset
rs.Open , cn