Doing an bulk Insert with ADO+?

I tried to make this work a couple of different ways but each attempt fail. Basically I just
want to sent a batch of insert statements to Sql Server. Like:
Insert Into X(Y) Values(1)
Insert Into X(Y) Values(2)
...
Insert Into X(Y) Values(n)

Does anybody have a clue about ADO+?

TIA
Ken
[329 byte] By [kjcooper] at [2007-11-17 13:01:49]