i m trying to make freetext search from one table data and want to use multiple columns............but i am getting an error
Ambiguous column name 'Title'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Ambiguous column name 'Title'.
Source Error:
Line 376: order.Add(Order.Desc("Title"));
Line 377:
Line 378: return ((Article[])(ActiveRecordBase.FindAll(typeof(Article), order.ToArray(), Crit.ToArray())));
could you please guide me how i can solve this problem
_________________ love to code
|