Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Microsoft Access > XML and Access
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 29957 of 31576
Post > Topic >>

XML and Access

by paul@[EMAIL PROTECTED] Apr 14, 2008 at 10:48 AM

Hi,

I'm developing a new application. The datasource for the application
is generating a string filled with XML data.
Because we need all record we need to split this XML data.
When we save the XML data to disk and then im****t this into access
it's working fine but we want to skip the save to disk /im****t part
(performance)
Who can tell me how to do this ?

Currente code :

Dim objGetConnector As Object
Dim strOutput As String
Set objGetConnector = CreateObject("AfasGetConnector.Main")
objGetConnector.Logon "demo", "user", "password"
strOutput = objGetConnector.Execute("adres", 1, , , 1)

strOutput is filled with a XML file and we must have this in a table

Thanks,

Paul
 




 2 Posts in Topic:
XML and Access
paul@[EMAIL PROTECTED]   2008-04-14 10:48:19 
Re: XML and Access
"DFS" <nospa  2008-04-15 01:26:23 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Dec 3 1:25:42 CST 2008.