Copy comma delimited string to table

B

Badlou

Hi,

I am trying to automate importing data from the web using Web Browser
ActiveX, I ended up with a string that containes imported text with fields
delimited by a comma, Now I would like to know the best way (automated again)
to copy this string into my database directly. The current solution that
worked for me is saving the string to a text file using an external dll
library function call then importing the file using 'TransferText' method.
Any help with some coding would be great, thanks!
 
Top