I have a code segment in a asp page for retrieving a xml document from a database as follow:
1. dim rs
2. dim doc
3. dim cn
4. dim searchField, withField
' Create Objects
5. set cn = server.CreateObject("ADODB.Connection")
6. set rs =...
I have a code as follow:
1. dim rs
2. dim doc
3. dim cn
4. dim searchField, withField
5.
6. ' Create Objects
7. set cn = server.CreateObject("ADODB.Connection")
8. set rs = server.CreateObject("ADODB.Recordset")
9. set doc =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.