This topic is locked

Problem whit where expression in looku wizard asprunner .net

4/27/2010 1:55:08 PM
ASPRunner.NET General questions
E
Eulises author

I want use where exression in looup wizard but not give a match result.
I use this expresion " ESTADO like '%activo'" .
Please help me.
I use asprunner .net 5.0

Sergey Kornilov admin 4/28/2010

Try to enter WHERE clause without single quotes:

"ESTADO like %activo"
This is one of Subsonic bugs/features.