reading xml files using recordset
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
how do i read xml files using adodb is there any odbc-driver available can someone direct me to some samples thanx rIsHaBH
-
how do i read xml files using adodb is there any odbc-driver available can someone direct me to some samples thanx rIsHaBH
rs.Open "FilePath",con,,,adCmdFile
where: rs:the name of the recordset object con:active connection