I _really_ need help in VC++ 6.0 accessing the Schema in ADO.
I am trying to use the OpenSchema() function of the Connection
object in ADO.

The help is all in VB. The "Restrictions" (sometimes called "Criteria") parameter is an "Array" in VB, but it is passed in as a "_variant_t&" in the C++ classes (I'm using the #import method for ADO).

Can ANYONE tell me how to put an array of data into a C++ _variant_t for this function?

I'll give you my firstborn son if you can answer this for me.