WDS 3.0 and DBTYPE_VECTOR

Hi,

In the new wds3.0 column names, what does this query column/type mean:

"System.Message.ToName" (DBTYPE_WSTR |DBTYPE_VECTOR)

..as in, the recordset doesn't return a string - so it's vector that I look up where?

If this is the OLEDB/COM type, then how do I access it in .NET?

[345 byte] By [DavidIng] at [2007-12-24]
# 1

Ooops, scratch that, got the answer.

Just set up the ADO Recordset (COM interop - heyyy) to an Array type, i.e.

resultTable.Columns.Add(x, typeof(Array));

DavidIng at 2007-8-31 > top of Msdn Tech,Windows Search Technologies,Windows Desktop Search Development...