ImportXML

  • Thread starter Thread starter ITC
  • Start date Start date
I

ITC

Can i use the ImportXML function to import data into Access directly from my
VB 6.0 code?

Thanks,
ITC
 
Hi.
Can i use the ImportXML function to import data into Access directly from
my VB 6.0 code?

If you can set a reference to a library that has an object that possesses
the ImportXML method, then yes, you can. One may also use late binding for
instantiating such objects so that the library doen't need to be referenced
at compile time. Perhaps the Microsoft Access 11.0 object library is
suitable?

But perhaps you should be asking VB questions in a VB newsgroup, because
there are more than subtle differences between the two development
environments and the syntax of VB vs. VBA.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blog: http://DataDevilDog.BlogSpot.com
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top