|
-
Jul 10th, 2001, 08:54 AM
#1
Thread Starter
Lively Member
xml ->db
How can i load data from an xml file into a database table , through ADO , the
thing is that you open a recordset persistently.But i am not getting the results . here is my code ;
con.Open constr
rs.Open "c:\test.xml", "provider=MSPersist", adOpenDynamic, adLockBatchOptimistic, adCmdText
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|