Transform VB string array to table

  • Thread starter Thread starter CyberDwarf
  • Start date Start date
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
 
i dont know what you mean by 3x10

but i would start with looping throgh it and pushing it into a table
 
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
 
Back
Top