[libRETS-users] SQL-Like Querying Rets db
Keith T. Garner
kgarner at crt.realtors.org
Tue Jul 3 14:09:38 CDT 2007
On 7/3/07 1:56 PM, Agustin Garzon wrote:
> Good afternoon subscribers!
>
> I'm facing a situation when running a search.
> With a custom C# tool (using librets), I'm able to explore the metadata.
> I'm interested in the contents of Resource Properties, Class RESI
> (Residential Properties).
>
> Whenever I run the query in the tool, I get an error stating
> "Miscelaneous Search Error: The Class name is incorrect".
> The query is simple:
> SearchRequest request= new SearchRequest("Property", "RESI",
> "(MLNumber=0+)");
> SearchResultSet results = session.Search(request);
When libRETS was first created we still believed in the concept of
StandardNames, so the default in libRETS is to have StandardNames set on.
If you explicitly turn off StandardNames your query will probably work.
Keith
--
Keith T. Garner - Managing Director - Center for REALTOR® Technology
kgarner at realtors.org - 312-329-3294 - http://blog.realtors.org/crt
More information about the libRETS-users
mailing list