Microsoft Index Server

  • Thread starter Thread starter Bob Morris
  • Start date Start date
B

Bob Morris

I'm not sure this is the right place for this post but here goes.

Using ADO we can obtain a dataset from Index Server using an OLEDB type
connection. The query language is a subset of SQL but I cannot find any
document that defines just how "sub" the subset is. Certainly the "BETWEEN"
keyword is not supported, and dates only seem to work if submitted as
yyyy-mm-dd. I can't seem to make SELECT COUNT(*) ... work although the same
query with a field list works as in "SELECT this, that, the other ...." and
all else the same. Finding out by trial and error is a bit tedious and if
anybody can point me at some literature I'll be grateful.

Bob
 
Back
Top