04-20-04 11:35 PM
Hi to everyone,
I wrote a test application with Borland Delphi which uses ADO to query a
custom catalog.
ADO connection string is:
Provider=MSIDXS;Integrated Security .="";Data Source=MyCatalog
ADO command text is:
SELECT Directory, Path, FileName FROM SCOPE() WHERE FREETEXT ('sometext')
Result is the same as when querying from MMC (ordering apart).
All right until now.
Creating a C# web application as outlined in
http://support.microsoft.com/?id=820983 , and using same connection string
and command text as above, I only get 1 record, the last one...
Any idea?
Kind regards,
Corrado
[ Post a follow-up to this message ]
|