Given the query:

select EventID, Airline, ContactInfo,TicketID,CreateDate from tEvents where
Resolved=:Resolved order by :OrderBy

I wanted to bind :OrderBy with field names and conditions based on user
preferences, but I think the bind converted my order rules into a string
and ordered my results based on that string somehow.

Am I looking at a wrapper limitation or is this something SQL won't do and
I'll have to rely on concatenation?  (Which I'm not bothered by since the
sort options are hard coded)
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to