Transform VB string array to table

C

CyberDwarf

Anyone out there know of a simple way to pull data from a 3 x 10 string
array in VBA into a SQL table?

Trying to avoid looping thru' the array!!!

TIA

Steve
 
D

dbahooker

i dont know what you mean by 3x10

but i would start with looping throgh it and pushing it into a table
 
R

Robert Morley

Going the other way around with ADO is easy, but I don't think there's an
easy way to to from an array to a table.


Rob
 
Top